Skip to content

Commit

Permalink
[#2489] PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
joetsoi committed Jul 6, 2015
1 parent 840f335 commit 2b3f052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckan/tests/controllers/test_admin.py
Expand Up @@ -413,5 +413,4 @@ def test_admin_config_update(self):

# title tag contains new value
home_page_after = app.get('/', status=200)
assert_true('Welcome - My Updated Site Title'
in home_page_after)
assert_true('Welcome - My Updated Site Title' in home_page_after)

0 comments on commit 2b3f052

Please sign in to comment.