summaryrefslogtreecommitdiff
path: root/tests/test_60_sp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_60_sp.py')
-rw-r--r--tests/test_60_sp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_60_sp.py b/tests/test_60_sp.py
index 65504635..78e88400 100644
--- a/tests/test_60_sp.py
+++ b/tests/test_60_sp.py
@@ -53,6 +53,8 @@ AUTHN = {
class TestSP():
def setup_class(self):
self.sp = make_plugin("rem", saml_conf="server_conf")
+ # Explicitly allow unsigned responses for this test
+ self.sp.saml_client.want_response_signed = False
self.server = Server(config_file="idp_conf")
def teardown_class(self):