Skip to content
Snippets Groups Projects

Tests for user name requirements

Merged Timm Fitschen requested to merge f-dot-in-username into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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")
Loading