From cc49e14245865fab11348b8de2521cf407aecef2 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 2 Nov 2015 10:34:48 -0800 Subject: [PATCH] Header or no header that is the question ? --- tests/test_12_s_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_12_s_utils.py b/tests/test_12_s_utils.py index d6e0c82..b03ad1b 100644 --- a/tests/test_12_s_utils.py +++ b/tests/test_12_s_utils.py @@ -106,7 +106,7 @@ def test_status_from_tuple(): def test_status_from_tuple_empty_message(): stat = utils.error_status_factory((samlp.STATUS_UNKNOWN_PRINCIPAL, None)) status_text = "%s" % stat - assert status_text == ERROR_STATUS_NO_HEADER_EMPTY + assert status_text == ERROR_STATUS_EMPTY def test_attribute_sn():