Skip to content

Commit ed5d617

Browse files
committed
Fix list type assumption in test_03_saml2
1 parent 133501e commit ed5d617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_03_saml2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,5 +548,5 @@ def test_extensions_loadd():
548548
assert _eq(nid.attributes.keys(), ["Format"])
549549
assert nid.text.strip() == "http://federationX.org"
550550

551-
assert extension.extension_attributes.keys() == ["foo"]
551+
assert list(extension.extension_attributes.keys()) == ["foo"]
552552
assert extension.extension_attributes["foo"] == "bar"

0 commit comments

Comments
 (0)