Skip to content

Commit

Permalink
[#1178] Fix repeated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Oct 11, 2013
1 parent 16924d9 commit 0bd163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/lib/test_authenticator.py
Expand Up @@ -109,7 +109,7 @@ def test_authenticate_fails_if_user_is_deleted(self):

assert self.authenticate(environ, identity) is None

def test_authenticate_fails_if_user_is_deleted(self):
def test_authenticate_fails_if_user_is_pending(self):
environ = {}
openid = 'some-openid-key'
user = CreateTestData.create_user('a_user', **{'openid': openid})
Expand Down

0 comments on commit 0bd163e

Please sign in to comment.