summaryrefslogtreecommitdiff
path: root/tests/sp_2_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sp_2_conf.py')
-rw-r--r--tests/sp_2_conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sp_2_conf.py b/tests/sp_2_conf.py
index a8023bdf..b07f0f2c 100644
--- a/tests/sp_2_conf.py
+++ b/tests/sp_2_conf.py
@@ -1,4 +1,4 @@
-from pathutils import full_path, xmlsec_path
+from pathutils import full_path
CONFIG = {
"entityid" : "urn:mace:example.com:saml:roland:sp",
@@ -17,7 +17,7 @@ CONFIG = {
"debug" : 1,
"key_file" : full_path("test.key"),
"cert_file" : full_path("test.pem"),
- "xmlsec_binary" : xmlsec_path,
+ "xmlsec_binary" : None,
"metadata": {
"local": [full_path("idp_2.xml")],
},