X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73ce961f14509aabfa26536f847afd28111029c6..5dbe16a08d4f68377aab0013b17d7094267cf98a:/apps/search/tests/index.py

diff --git a/apps/search/tests/index.py b/apps/search/tests/index.py
index ee376a84b..ef253e4c1 100644
--- a/apps/search/tests/index.py
+++ b/apps/search/tests/index.py
@@ -15,6 +15,7 @@ class BookSearchTests(WLTestCase):
     def setUp(self):
         JVM.attachCurrentThread()
         WLTestCase.setUp(self)
+        settings.NO_SEARCH_INDEX = False
         settings.SEARCH_INDEX = path.join(settings.MEDIA_ROOT, 'search')
 
         txt = path.join(path.dirname(__file__), 'files/fraszka-do-anusie.xml')