Skip to content

Commit cc49e14

Browse files
author
Roland Hedberg
committed
Header or no header that is the question ?
1 parent ffde92f commit cc49e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_12_s_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_status_from_tuple():
106106
def test_status_from_tuple_empty_message():
107107
stat = utils.error_status_factory((samlp.STATUS_UNKNOWN_PRINCIPAL, None))
108108
status_text = "%s" % stat
109-
assert status_text == ERROR_STATUS_NO_HEADER_EMPTY
109+
assert status_text == ERROR_STATUS_EMPTY
110110

111111

112112
def test_attribute_sn():

0 commit comments

Comments
 (0)