summaryrefslogtreecommitdiff
path: root/testing/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/conftest.py')
-rw-r--r--testing/tests/conftest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tests/conftest.py b/testing/tests/conftest.py
index 1b8d380a..77f46426 100644
--- a/testing/tests/conftest.py
+++ b/testing/tests/conftest.py
@@ -234,7 +234,8 @@ def soledad_client(tmpdir, soledad_server, remote_db, soledad_dbs, request):
local_db_path=local_db_path,
server_url=server_url,
cert_file=None,
- auth_token=token)
+ auth_token=token,
+ with_blobs=True)
request.addfinalizer(soledad_client.close)
return soledad_client
return create