Skip to content

Commit

Permalink
Remove test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
duskobogdanovski committed Mar 5, 2021
1 parent 971845c commit 5397fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
from ckan.lib.helpers import url_for


@pytest.mark.usefixtures(u'clean_db', u'clean_index',
u'clean_datastore',)
@pytest.mark.usefixtures(u'clean_db', u'clean_index')
def test_create_new_resource_dictionary_successfully(app):

user = factories.Sysadmin()
Expand Down
1 change: 0 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-

pytest_plugins = [
u'ckanext.datastore.tests.conftest',
u'ckan.tests.pytest_ckan.ckan_setup',
u'ckan.tests.pytest_ckan.fixtures',
]

0 comments on commit 5397fb1

Please sign in to comment.