summaryrefslogtreecommitdiff
path: root/tests/sp_1_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sp_1_conf.py')
-rw-r--r--tests/sp_1_conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/sp_1_conf.py b/tests/sp_1_conf.py
index 90bf0752..834ff15a 100644
--- a/tests/sp_1_conf.py
+++ b/tests/sp_1_conf.py
@@ -20,9 +20,10 @@ CONFIG = {
"key_file": full_path("test.key"),
"cert_file": full_path("test.pem"),
"xmlsec_binary": None,
- "metadata": {
- "local": [full_path("idp.xml"), full_path("vo_metadata.xml")],
- },
+ "metadata": [{
+ "class": "saml2.mdstore.MetaDataFile",
+ "metadata": [(full_path("idp.xml"), ), (full_path("vo_metadata.xml"), )],
+ }],
"virtual_organization": {
"urn:mace:example.com:it:tek": {
"nameid_format": "urn:oid:1.3.6.1.4.1.1466.115.121.1.15-NameID",