diff options
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/support/integration/app_test_client.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index ffd6e975..c577d881 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -162,5 +162,6 @@ def initialize_soledad(tempdir): secret_path, local_db_path, server_url, - cert_file) + cert_file, + defer_encryption=False) return _soledad |