Skip to content

Commit

Permalink
[#1392] pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Dec 16, 2013
1 parent e376437 commit 9a2840b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/new_tests/logic/action/test_get.py
Expand Up @@ -172,7 +172,6 @@ def test_user_get(self):
context={'keep_apikey': True},
id=user['id'])


assert 'email' not in got_user
assert got_user['apikey'] == user['apikey']
assert 'password' not in got_user
Expand Down

0 comments on commit 9a2840b

Please sign in to comment.