summaryrefslogtreecommitdiff
path: root/tests/test_63_ecp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_63_ecp.py')
-rw-r--r--tests/test_63_ecp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_63_ecp.py b/tests/test_63_ecp.py
index 32a1aaed..0db36003 100644
--- a/tests/test_63_ecp.py
+++ b/tests/test_63_ecp.py
@@ -136,7 +136,8 @@ def test_complete_flow():
assert inst.text == "XYZ"
# parse the response
-
+ # Explicitly allow unsigned responses for this test
+ sp.want_response_signed = False
resp = sp.parse_authn_request_response(respdict["body"], None, {sid: "/"})
print(resp.response)