summaryrefslogtreecommitdiff
path: root/tests/idp_conf.py
diff options
context:
space:
mode:
authortpazderka <tomas.pazderka@nic.cz>2014-10-01 09:57:12 +0200
committertpazderka <tomas.pazderka@nic.cz>2014-12-10 15:36:25 +0100
commiteaac71d3f288a4ef9baa3916a04ec735d29cebcc (patch)
tree1116f334746783c75ffe18e7075de100a5d33f4d /tests/idp_conf.py
parent053dce72d9d088e701a3249a4629deb1b976f14e (diff)
downloadpysaml2-eaac71d3f288a4ef9baa3916a04ec735d29cebcc.tar.gz
Updated tests to pass with the redesigned MetaData import
Diffstat (limited to 'tests/idp_conf.py')
-rw-r--r--tests/idp_conf.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/idp_conf.py b/tests/idp_conf.py
index f0d01804..ffac5589 100644
--- a/tests/idp_conf.py
+++ b/tests/idp_conf.py
@@ -45,10 +45,11 @@ CONFIG = {
"key_file": full_path("test.key"),
"cert_file": full_path("test.pem"),
"xmlsec_binary": xmlsec_path,
- "metadata": {
- "local": [full_path("metadata_sp_1.xml"),
- full_path("vo_metadata.xml")],
- },
+ "metadata": [{
+ "class": "saml2.mdstore.MetaDataFile",
+ "metadata": [(full_path("metadata_sp_1.xml"), ),
+ (full_path("vo_metadata.xml"), )],
+ }],
"attribute_map_dir": full_path("attributemaps"),
"organization": {
"name": "Exempel AB",