summaryrefslogtreecommitdiff
path: root/service/test
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-15 18:06:11 -0200
committerGitHub <noreply@github.com>2017-02-15 18:06:11 -0200
commit48a1ca5f8310ef6fb61dc821c38d435617b19d5c (patch)
tree8743f417e45166d6780be1dc7ffee8d4f20bb29e /service/test
parent2c9cc5ac00865e9d80bf0dc07dd8e84df0fbae5e (diff)
parent49fd4083b742fb13f7c759c4edee3f8fb2818097 (diff)
Merge pull request #985 from pixelated/soledad-merge
Changes to keep the compatibility with new soledad changes
Diffstat (limited to 'service/test')
-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)