summaryrefslogtreecommitdiff
path: root/service/test/support
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-01-18 14:14:15 -0200
committerThais Siqueira <thais.siqueira@gmail.com>2017-02-14 16:04:19 -0200
commit9c6e2a7f40f3e96b203e1528ab974286e27a8d32 (patch)
treeba56d878dbab52b791081a062831517f88ca27e3 /service/test/support
parentd80b44f079b5fd3d9bf51962542516b9f6340f3a (diff)
Revert "Revert "[#888] Fix soledad class contract to be compatible with new merge. with @thaissiqueira.""
This reverts commit 1e6e165a3fc397e45884eaec1122ba0cc5ff923e.
Diffstat (limited to 'service/test/support')
-rw-r--r--service/test/support/integration/app_test_client.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py
index d52c85c0..0ff1df31 100644
--- a/service/test/support/integration/app_test_client.py
+++ b/service/test/support/integration/app_test_client.py
@@ -437,9 +437,7 @@ def initialize_soledad(tempdir, uuid):
secret_path,
local_db_path,
server_url,
- cert_file,
- defer_encryption=False,
- syncable=False)
+ cert_file)
yield SoledadMailAdaptor().initialize_store(_soledad)