summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorFábio Pio <fpio@thoughtworks.com>2015-01-13 15:26:29 -0200
committerFábio Pio <fpio@thoughtworks.com>2015-01-13 15:27:19 -0200
commit538b61671087178852c94b4cb8eb21c970082bbe (patch)
tree0e1db4a2cd56fba57d4cf25194adb7e704eae17e /service
parent61971193bbaf7c7572a07cbb08add0c04be5ad55 (diff)
#230 Changing defer_encryption to False in order to upgrade soledad 0.6.3
Diffstat (limited to 'service')
-rw-r--r--service/test/support/integration/app_test_client.py3
1 files changed, 2 insertions, 1 deletions
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