diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-01-04 18:11:37 -0200 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-01-04 18:11:37 -0200 |
commit | ebdeec4ad6d0f91bc60fd34a580fc02787026692 (patch) | |
tree | f6a87f5d8f9d4b0c31080038023b1adbaacee43d /service/test/support/integration | |
parent | f60c15ff047a2d96210e36b194f2a188b63ccbaf (diff) |
[#888] Fix soledad class contract to be compatible with new merge. with @thaissiqueira.
Diffstat (limited to 'service/test/support/integration')
-rw-r--r-- | service/test/support/integration/app_test_client.py | 4 |
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) |