From 1e6e165a3fc397e45884eaec1122ba0cc5ff923e Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Thu, 5 Jan 2017 14:46:39 -0200 Subject: Revert "[#888] Fix soledad class contract to be compatible with new merge. with @thaissiqueira." This reverts commit ebdeec4ad6d0f91bc60fd34a580fc02787026692. --- service/test/support/integration/app_test_client.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'service/test/support') 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) -- cgit v1.2.3