Skip to content

Commit

Permalink
ffix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoening committed Aug 26, 2021
1 parent 17727fc commit b95811f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/data/tests/test_user_services.py
Expand Up @@ -79,7 +79,7 @@ def test_create_invalid_user(
password=hash_password("testtest"),
user_roles=["Prosumer"],
)
assert "without knowing account_name" in str(exc_info.value)
assert "without knowing the name of the account" in str(exc_info.value)


def test_delete_user(fresh_db, setup_roles_users_fresh_db, app):
Expand Down

0 comments on commit b95811f

Please sign in to comment.