Skip to content

Commit

Permalink
kill file serve in proxy test
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 16, 2012
1 parent 909d295 commit 84973d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/resourceproxy/tests/test_proxy.py
Expand Up @@ -47,7 +47,7 @@ def setup_class(cls):

@classmethod
def teardown_class(cls):
#cls.static_files_server.kill()
cls.static_files_server.kill()
plugins.reset()

def set_resource_url(self, url):
Expand Down

0 comments on commit 84973d2

Please sign in to comment.