summaryrefslogtreecommitdiff
path: root/tests/test_31_config.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2012-11-14 17:34:24 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2012-11-14 17:34:24 +0100
commit3db08b124e9346b1869962fb366df7bd33b9ba4b (patch)
treee56892773cc1f5dced307914789546aa50a27577 /tests/test_31_config.py
parent74cf8659e15223d14586b99265a71924e3f939f9 (diff)
downloadpysaml2-3db08b124e9346b1869962fb366df7bd33b9ba4b.tar.gz
Take 2
Diffstat (limited to 'tests/test_31_config.py')
-rw-r--r--tests/test_31_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_31_config.py b/tests/test_31_config.py
index 15624d75..de67c4b5 100644
--- a/tests/test_31_config.py
+++ b/tests/test_31_config.py
@@ -192,7 +192,7 @@ def test_2():
assert len(c._sp_idp) == 1
assert c._sp_idp.keys() == [""]
assert c._sp_idp.values() == ["https://example.com/saml2/idp/SSOService.php"]
- assert c.only_use_keys_in_metadata is None
+ assert c.only_use_keys_in_metadata is True
def test_minimum():
minimum = {