summaryrefslogtreecommitdiff
path: root/tests/test_68_assertion_id.py
diff options
context:
space:
mode:
authorIoannis Kakavas <ikakavas@noc.grnet.gr>2017-08-01 15:24:35 +0300
committerIoannis Kakavas <ikakavas@noc.grnet.gr>2017-08-01 15:24:35 +0300
commit303efd969c5d0b33c97d09c37e0c6be18588cd3c (patch)
tree5306c69fd7d6f61b6010f2c8f61f30221056fc54 /tests/test_68_assertion_id.py
parentf58330ef71e2d745fdf244a88ed4c2502492faab (diff)
downloadpysaml2-303efd969c5d0b33c97d09c37e0c6be18588cd3c.tar.gz
Updated tests to work with new default signing requirements
Explicitly allow unsigned responses in tests where we do not sign them.
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 52959f3a..60e85828 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: "/"})