summaryrefslogtreecommitdiff
path: root/tests/restrictive_idp_conf.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-19 13:08:02 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-19 13:08:02 +0100
commit50459d616f4f5ec52f94d7a0181e4445ca867d1e (patch)
treeaf605edbfb88dfcbd017782f7032968bae6fa95f /tests/restrictive_idp_conf.py
parentf265c3b421b87c951b27306284b1b1725c39c7ab (diff)
downloadpysaml2-50459d616f4f5ec52f94d7a0181e4445ca867d1e.tar.gz
Complete rewrite of the metadata handling package.
Switched from using httplib2 to requests.
Diffstat (limited to 'tests/restrictive_idp_conf.py')
-rw-r--r--tests/restrictive_idp_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/restrictive_idp_conf.py b/tests/restrictive_idp_conf.py
index 9af21a91..347a25d3 100644
--- a/tests/restrictive_idp_conf.py
+++ b/tests/restrictive_idp_conf.py
@@ -40,7 +40,7 @@ CONFIG = {
},
"key_file" : "test.key",
"cert_file" : "test.pem",
- #"xmlsec_binary" : xmlsec_path,
+ "xmlsec_binary" : xmlsec_path,
"metadata": {
"local": ["sp_0.metadata"],
},