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 ffde92f commit cc49e14Copy full SHA for cc49e14
tests/test_12_s_utils.py
@@ -106,7 +106,7 @@ def test_status_from_tuple():
106
def test_status_from_tuple_empty_message():
107
stat = utils.error_status_factory((samlp.STATUS_UNKNOWN_PRINCIPAL, None))
108
status_text = "%s" % stat
109
- assert status_text == ERROR_STATUS_NO_HEADER_EMPTY
+ assert status_text == ERROR_STATUS_EMPTY
110
111
112
def test_attribute_sn():
0 commit comments