Skip to content
Snippets Groups Projects
Commit 7314084d authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: msg changed

parent fa3fc0c7
Branches
Tags
No related merge requests found
...@@ -363,7 +363,7 @@ def test_insert_user_failure_name_in_use(): ...@@ -363,7 +363,7 @@ def test_insert_user_failure_name_in_use():
test_insert_user_success() test_insert_user_success()
with assert_raises(ClientErrorException) as cm: with assert_raises(ClientErrorException) as cm:
test_insert_user_success() test_insert_user_success()
assert_equal(cm.exception.msg, "User name is yet in use.") assert_equal(cm.exception.msg, "User name is already in use.")
@with_setup(setup, teardown) @with_setup(setup, teardown)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment