Skip to content

Commit

Permalink
[#1659] fix test_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Jun 5, 2014
1 parent d563a35 commit 126a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/new_tests/controllers/test_util.py
Expand Up @@ -14,7 +14,7 @@ def test_redirect_ok(self):
params={'url': '/dataset'},
status=302,
)
assert_equal(response.header_dict.get('Location'),
assert_equal(response.headers.get('Location'),
'http://localhost/dataset')

def test_redirect_external(self):
Expand Down

0 comments on commit 126a85c

Please sign in to comment.