From 52d25a5e690042cbc6c0aa27245e692bef16d1da Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Fri, 1 Jul 2022 15:46:50 +0200 Subject: [PATCH] FIX: Correct error message --- tests/test_issues_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_issues_server.py b/tests/test_issues_server.py index 454bd10..fbac653 100644 --- a/tests/test_issues_server.py +++ b/tests/test_issues_server.py @@ -997,4 +997,4 @@ def test_142(): admin._delete_user(name=name) assert cm.value.status == 400 assert cm.value.msg.startswith( - "The user name does not comply with the policies for user names") + "The user name does not comply with the current policies for user names") -- GitLab