From e20bef268bd3108642bddd328a2ad84f2cae59e4 Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 15 Jun 2016 10:08:33 +0100 Subject: [PATCH] [#3108] Add back plugin unload command --- ckan/tests/logic/action/test_create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/tests/logic/action/test_create.py b/ckan/tests/logic/action/test_create.py index e38ab5656fd..37cbce676eb 100644 --- a/ckan/tests/logic/action/test_create.py +++ b/ckan/tests/logic/action/test_create.py @@ -151,7 +151,7 @@ def setup_class(cls): @classmethod def teardown_class(cls): - + p.unload('image_view') helpers.reset_db() def setup(self):