diff --git a/ckan/new_tests/logic/auth/test_create.py b/ckan/new_tests/logic/auth/test_create.py index 15a0f8266c2..fba8ad58a6f 100644 --- a/ckan/new_tests/logic/auth/test_create.py +++ b/ckan/new_tests/logic/auth/test_create.py @@ -205,4 +205,3 @@ def test_raises_not_found_if_dataset_was_not_found(self): nose.tools.assert_raises(logic.NotFound, helpers.call_auth, 'resource_create', context=context, **resource) -