Skip to content
Snippets Groups Projects
Commit 52d25a5e authored by florian's avatar florian
Browse files

FIX: Correct error message

parent 749590d3
No related branches found
No related tags found
1 merge request!36Tests for user name requirements
Pipeline #25090 failed
...@@ -997,4 +997,4 @@ def test_142(): ...@@ -997,4 +997,4 @@ def test_142():
admin._delete_user(name=name) admin._delete_user(name=name)
assert cm.value.status == 400 assert cm.value.status == 400
assert cm.value.msg.startswith( 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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment