We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133501e commit ed5d617Copy full SHA for ed5d617
tests/test_03_saml2.py
@@ -548,5 +548,5 @@ def test_extensions_loadd():
548
assert _eq(nid.attributes.keys(), ["Format"])
549
assert nid.text.strip() == "http://federationX.org"
550
551
- assert extension.extension_attributes.keys() == ["foo"]
+ assert list(extension.extension_attributes.keys()) == ["foo"]
552
assert extension.extension_attributes["foo"] == "bar"
0 commit comments