From 538b61671087178852c94b4cb8eb21c970082bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Pio?= Date: Tue, 13 Jan 2015 15:26:29 -0200 Subject: #230 Changing defer_encryption to False in order to upgrade soledad 0.6.3 --- service/test/support/integration/app_test_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'service') diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index ffd6e975..c577d881 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -162,5 +162,6 @@ def initialize_soledad(tempdir): secret_path, local_db_path, server_url, - cert_file) + cert_file, + defer_encryption=False) return _soledad -- cgit v1.2.3