diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-01-19 13:58:11 +0100 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-01-19 13:59:05 +0100 |
commit | 93bc35da71c4eeb8e770ea266854b344e959655f (patch) | |
tree | 9d4cc21652d5fd2c049ca7255ae03edd895109e1 /service/test | |
parent | cd205b826ca9c1a65aee5d7005ce3853f57fcf0b (diff) |
Issue #169: Allow custom home folder.
- add option --home /some/path to set a custom location for all user
agent files.
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/support/integration/app_test_client.py | 2 |
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 |