summaryrefslogtreecommitdiff
path: root/tests/test_30_mdstore.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-30 12:46:36 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-30 12:46:36 +0100
commit956ff0a536f7209430f75e2cc7ab0e9f4fee1061 (patch)
tree22a1e5ebb271a7b5e54a4428a052e7cb4c30ee3d /tests/test_30_mdstore.py
parentb6559627930e6f0fd3f8b7c08921e5c6454bf31f (diff)
downloadpysaml2-956ff0a536f7209430f75e2cc7ab0e9f4fee1061.tar.gz
More refactoring
Diffstat (limited to 'tests/test_30_mdstore.py')
-rw-r--r--tests/test_30_mdstore.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_30_mdstore.py b/tests/test_30_mdstore.py
index a79033b2..0f3befef 100644
--- a/tests/test_30_mdstore.py
+++ b/tests/test_30_mdstore.py
@@ -154,8 +154,7 @@ def test_ext_2():
ents = mds.with_descriptor("spsso")
for binding in [BINDING_SOAP, BINDING_HTTP_POST, BINDING_HTTP_ARTIFACT,
BINDING_HTTP_REDIRECT]:
- assert mds.single_logout_service(ents.keys()[0], "spsso",
- binding=binding)
+ assert mds.single_logout_service(ents.keys()[0], binding, "spsso")
def test_example():
mds = MetadataStore(ONTS.values(), ATTRCONV, xmlsec_path,