summaryrefslogtreecommitdiff
path: root/tests/test_65_authn_query.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_65_authn_query.py')
-rw-r--r--tests/test_65_authn_query.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_65_authn_query.py b/tests/test_65_authn_query.py
index 68af10a1..77ccaa9e 100644
--- a/tests/test_65_authn_query.py
+++ b/tests/test_65_authn_query.py
@@ -92,6 +92,8 @@ def test_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: "/"})