Skip to content

Commit f941375

Browse files
committed
Adjust tests/test_88_nsprefix.py
1 parent ffe7627 commit f941375

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_88_nsprefix.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_nsprefix():
1313

1414
txt = "%s" % status_message
1515

16-
assert "ns0:StatusMessage" in txt
16+
assert "samlp:StatusMessage" in txt
1717

1818
status_message.register_prefix({"saml2": saml.NAMESPACE,
1919
"saml2p": samlp.NAMESPACE})
@@ -41,5 +41,6 @@ def test_nsprefix2():
4141
assert "saml2p:AuthnRequest" in txt
4242
assert "saml2:Issuer" in txt
4343

44+
4445
if __name__ == "__main__":
45-
test_nsprefix2()
46+
test_nsprefix2()

0 commit comments

Comments
 (0)