summaryrefslogtreecommitdiff
path: root/testing/test_soledad
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_soledad')
-rw-r--r--testing/test_soledad/util.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/test_soledad/util.py b/testing/test_soledad/util.py
index b814d5ca..ca8d098d 100644
--- a/testing/test_soledad/util.py
+++ b/testing/test_soledad/util.py
@@ -290,7 +290,8 @@ class BaseSoledadTest(BaseLeapTest, MockedSharedDBTest):
server_url=server_url, # Soledad will fail if not given an url
cert_file=cert_file,
shared_db=MockSharedDB(),
- auth_token=auth_token)
+ auth_token=auth_token,
+ with_blobs=True)
self.addCleanup(soledad.close)
return soledad