Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Aug 27, 2015
1 parent 89336e8 commit 3a3bcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/lib/test_helpers.py
Expand Up @@ -95,7 +95,7 @@ def test_url_for_qualified_with_root_path(self):

@helpers.change_config('ckan.site_url', 'http://example.com')
def test_url_for_qualified_with_locale(self):
url = 'http://example.com/de/foo/dataset/my_dataset'
url = 'http://example.com/de/dataset/my_dataset'
generated_url = h.url_for(controller='package',
action='read',
id='my_dataset',
Expand Down

0 comments on commit 3a3bcde

Please sign in to comment.