Skip to content

Commit

Permalink
[#2483] fix user test
Browse files Browse the repository at this point in the history
  • Loading branch information
joetsoi committed Sep 16, 2015
1 parent 8235c97 commit 2dc7254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/controllers/test_user.py
Expand Up @@ -43,7 +43,7 @@ def test_register_user_bad_password(self):
form['password2'] = ''

response = form.submit('save')
assert_true('The passwords you entered do not match')
assert_true(response, 'The passwords you entered do not match')


class TestLoginView(helpers.FunctionalTestBase):
Expand Down

0 comments on commit 2dc7254

Please sign in to comment.