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 ffe7627 commit f941375Copy full SHA for f941375
tests/test_88_nsprefix.py
@@ -13,7 +13,7 @@ def test_nsprefix():
13
14
txt = "%s" % status_message
15
16
- assert "ns0:StatusMessage" in txt
+ assert "samlp:StatusMessage" in txt
17
18
status_message.register_prefix({"saml2": saml.NAMESPACE,
19
"saml2p": samlp.NAMESPACE})
@@ -41,5 +41,6 @@ def test_nsprefix2():
41
assert "saml2p:AuthnRequest" in txt
42
assert "saml2:Issuer" in txt
43
44
+
45
if __name__ == "__main__":
- test_nsprefix2()
46
+ test_nsprefix2()
0 commit comments