Skip to content

Commit

Permalink
[#2204] PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 28, 2015
1 parent 810f764 commit 20b906c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/new_tests/lib/test_datapreview.py
Expand Up @@ -212,7 +212,7 @@ def test_add_views_to_resource(self):
resource_dict = factories.Resource(
url='http://some.image.png',
format='png',
)
)

context = {
'user': helpers.call_action('get_site_user')['name']
Expand All @@ -231,7 +231,7 @@ def test_add_views_to_resource_no_type_provided(self):
resource_dict = factories.Resource(
url='http://some.image.png',
format='png',
)
)

# Change default views config setting
config['ckan.views.default_views'] = 'image_view'
Expand Down

0 comments on commit 20b906c

Please sign in to comment.