summaryrefslogtreecommitdiff
path: root/tests/server2_conf.py
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2013-05-06 14:11:42 +0200
committerFredrik Thulin <fredrik@thulin.net>2013-05-06 14:11:42 +0200
commit00b64207b7686ad0b37fd2993447721495ceebf3 (patch)
tree5f59a3243cb9b9089629ae26d575f51e734e5af6 /tests/server2_conf.py
parent42b916f382d46b3fda512df81c00875978eaeb1d (diff)
downloadpysaml2-00b64207b7686ad0b37fd2993447721495ceebf3.tar.gz
Remove obsolete xmlsec_path from pathutils.
Diffstat (limited to 'tests/server2_conf.py')
-rw-r--r--tests/server2_conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/server2_conf.py b/tests/server2_conf.py
index 47de8349..bd098db9 100644
--- a/tests/server2_conf.py
+++ b/tests/server2_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",
@@ -18,7 +18,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_soap.xml"), full_path("vo_metadata.xml")],
},