summaryrefslogtreecommitdiff
path: root/service/test/support/integration/app_test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/support/integration/app_test_client.py')
-rw-r--r--service/test/support/integration/app_test_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py
index 893ec57f..eab001c6 100644
--- a/service/test/support/integration/app_test_client.py
+++ b/service/test/support/integration/app_test_client.py
@@ -46,7 +46,7 @@ class AppTestClient:
# setup app
PixelatedMail.from_email_address = self.mail_address
- SearchEngine.INDEX_FOLDER = soledad_test_folder + '/search_index'
+ SearchEngine.DEFAULT_INDEX_HOME = soledad_test_folder
self.app = pixelated.runserver.app