diff --git a/ckan/new_tests/logic/action/test_update.py b/ckan/new_tests/logic/action/test_update.py index 90c7d3c0800..113717a7545 100644 --- a/ckan/new_tests/logic/action/test_update.py +++ b/ckan/new_tests/logic/action/test_update.py @@ -126,7 +126,7 @@ def test_user_update_with_invalid_name(self): def test_user_update_to_name_that_already_exists(self): fred = helpers.call_action('user_create', **data.typical_user()) bob = helpers.call_action('user_create', name='bob', - email='bob@bob.com', password='pass') + email='bob@bob.com', password='pass') # Try to update fred and change his user name to bob, which is already # bob's user name