Skip to content

Commit

Permalink
Reset db and index more frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Oct 11, 2019
1 parent c452d51 commit 3cb03aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/tests/legacy/functional/test_package.py
Expand Up @@ -489,6 +489,7 @@ def test_after_create_plugin_hook(self, env_user):
assert plugin.id_in_dict
plugins.unload('test_package_controller_plugin')

@pytest.mark.usefixtures('clean_db', 'clean_index')
def test_new_indexerror(self, env_user):
bad_solr_url = 'http://example.com/badsolrurl'
solr_url = SolrSettings.get()[0]
Expand Down

0 comments on commit 3cb03aa

Please sign in to comment.