diff options
Diffstat (limited to 'service/test/support/integration')
-rw-r--r-- | service/test/support/integration/app_test_client.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index 0ff1df31..d52c85c0 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -437,7 +437,9 @@ def initialize_soledad(tempdir, uuid): secret_path, local_db_path, server_url, - cert_file) + cert_file, + defer_encryption=False, + syncable=False) yield SoledadMailAdaptor().initialize_store(_soledad) |