summaryrefslogtreecommitdiff
path: root/tests/restrictive_idp_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/restrictive_idp_conf.py')
-rw-r--r--tests/restrictive_idp_conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/restrictive_idp_conf.py b/tests/restrictive_idp_conf.py
index 468c9782..ca089daa 100644
--- a/tests/restrictive_idp_conf.py
+++ b/tests/restrictive_idp_conf.py
@@ -37,8 +37,9 @@ CONFIG = {
"key_file" : full_path("test.key"),
"cert_file" : full_path("test.pem"),
"xmlsec_binary" : None,
- "metadata": {
- "local": [full_path("sp_0.metadata")],
- },
+ "metadata": [{
+ "class": "saml2.mdstore.MetaDataFile",
+ "metadata": [(full_path("sp_0.metadata"), )],
+ }],
"attribute_map_dir" : full_path("attributemaps"),
}