Header or no header that is the question ?

This commit is contained in:
Roland Hedberg
2015-11-02 10:34:48 -08:00
parent ffde92f041
commit cc49e14245

View File

@@ -106,7 +106,7 @@ def test_status_from_tuple():
def test_status_from_tuple_empty_message(): def test_status_from_tuple_empty_message():
stat = utils.error_status_factory((samlp.STATUS_UNKNOWN_PRINCIPAL, None)) stat = utils.error_status_factory((samlp.STATUS_UNKNOWN_PRINCIPAL, None))
status_text = "%s" % stat status_text = "%s" % stat
assert status_text == ERROR_STATUS_NO_HEADER_EMPTY assert status_text == ERROR_STATUS_EMPTY
def test_attribute_sn(): def test_attribute_sn():