summaryrefslogtreecommitdiff
path: root/service/test/support
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-01-05 14:46:39 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-01-05 14:46:39 -0200
commit1e6e165a3fc397e45884eaec1122ba0cc5ff923e (patch)
tree9e2d4da231ed5f8f98a1546c358a5c970657b456 /service/test/support
parent7a36297b7942e5f536bb39cd428c7b1dfa36221b (diff)
Revert "[#888] Fix soledad class contract to be compatible with new merge. with @thaissiqueira."
This reverts commit ebdeec4ad6d0f91bc60fd34a580fc02787026692.
Diffstat (limited to 'service/test/support')
-rw-r--r--service/test/support/integration/app_test_client.py4
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)