diff options
| author | tpazderka <tomas.pazderka@nic.cz> | 2014-10-01 09:57:12 +0200 |
|---|---|---|
| committer | tpazderka <tomas.pazderka@nic.cz> | 2014-12-10 15:36:25 +0100 |
| commit | eaac71d3f288a4ef9baa3916a04ec735d29cebcc (patch) | |
| tree | 1116f334746783c75ffe18e7075de100a5d33f4d /tests/server_conf_syslog.py | |
| parent | 053dce72d9d088e701a3249a4629deb1b976f14e (diff) | |
| download | pysaml2-eaac71d3f288a4ef9baa3916a04ec735d29cebcc.tar.gz | |
Updated tests to pass with the redesigned MetaData import
Diffstat (limited to 'tests/server_conf_syslog.py')
| -rw-r--r-- | tests/server_conf_syslog.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/server_conf_syslog.py b/tests/server_conf_syslog.py index 4dc6a85b..ce6d841f 100644 --- a/tests/server_conf_syslog.py +++ b/tests/server_conf_syslog.py @@ -22,9 +22,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", |
