tags wired to pictures
[wolnelektury.git] / apps / catalogue / test_utils.py
index 5e02619..dd11e93 100644 (file)
@@ -7,8 +7,9 @@ import tempfile
 from traceback import extract_stack
 from django.test import TestCase
 from django.test.utils import override_settings
-from slughifi import slughifi
+from fnpdjango.utils.text.slughifi import slughifi
 from librarian import WLURI
+from django.conf import settings
 
 
 @override_settings(
@@ -21,6 +22,7 @@ from librarian import WLURI
             'default': {'BACKEND': 'django.core.cache.backends.dummy.DummyCache'},
             'permanent': {'BACKEND': 'django.core.cache.backends.dummy.DummyCache'},
         },
+    SOLR = settings.SOLR_TEST,
 )
 class WLTestCase(TestCase):
     """