summaryrefslogtreecommitdiff
path: root/tests/test_68_assertion_id.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_68_assertion_id.py')
-rw-r--r--tests/test_68_assertion_id.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_68_assertion_id.py b/tests/test_68_assertion_id.py
index 283b4da6..31b7e8e0 100644
--- a/tests/test_68_assertion_id.py
+++ b/tests/test_68_assertion_id.py
@@ -78,7 +78,8 @@ def test_basic_flow():
# --------- @SP -------------
xmlstr = get_msg(hinfo, binding)
-
+ # Explicitly allow unsigned responses for this test
+ sp.want_response_signed = False
aresp = sp.parse_authn_request_response(xmlstr, binding,
{resp.in_response_to: "/"})