diff --git a/tests/settings.py b/tests/settings.py index 7157ac0..c93892c 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -32,8 +32,8 @@ LOGGING = { import os HAYSTACK_CONNECTIONS = { 'default': { - 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', - 'URL': 'http://127.0.0.1:8983/solr', + 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', + 'PATH': os.path.join(os.path.dirname(__file__), 'whoosh_index'), }, } -- libgit2 0.21.2