diff --git a/tests/test_issues_server.py b/tests/test_issues_server.py index 454bd10642ecd33925f99a4c3f1c15a47f48d0bb..fbac653681fbf789a52c1d5fe9e738459596b99b 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")