summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-02 10:34:48 -0800
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-02 10:34:48 -0800
commitcc49e14245865fab11348b8de2521cf407aecef2 (patch)
tree692cd3081a876735783126c65f956c714d099829
parentffde92f0419b2d2e8e4f5aca2b7bfc3337b5117c (diff)
downloadpysaml2-cc49e14245865fab11348b8de2521cf407aecef2.tar.gz
Header or no header that is the question ?
-rw-r--r--tests/test_12_s_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_12_s_utils.py b/tests/test_12_s_utils.py
index d6e0c828..b03ad1be 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():