Skip to content

Commit

Permalink
[#543] Fix test_resource_proxy_non_existent
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Mar 14, 2013
1 parent 7d775cb commit 54c932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/resourceproxy/tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_large_file(self):
assert 'too large' in result.body, result.body

def test_resource_proxy_non_existent(self):
set_resource_url('http://foo.bar')
self.data_dict = set_resource_url('http://foo.bar')

def f1():
url = self.data_dict['resource']['url']
Expand Down

0 comments on commit 54c932a

Please sign in to comment.