summaryrefslogtreecommitdiff
path: root/testing/test_soledad
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-07-23 17:11:53 +0200
committerdrebs <drebs@leap.se>2016-08-01 21:09:02 -0300
commitc7b464077215425759ab402fb2314f4e8f9acd7e (patch)
treeac727c97e4341e9cabe83183684363b2cdc026d5 /testing/test_soledad
parentc3e0f52080041e2a01cfa483efe73f8503a10f31 (diff)
[test] remove traces of design docs from couch tests
Diffstat (limited to 'testing/test_soledad')
-rw-r--r--testing/test_soledad/util.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/test_soledad/util.py b/testing/test_soledad/util.py
index 033a55df..02f3859b 100644
--- a/testing/test_soledad/util.py
+++ b/testing/test_soledad/util.py
@@ -391,8 +391,7 @@ class CouchServerStateForTests(CouchServerState):
db = CouchDatabase.open_database(
urljoin(self.couch_url, dbname),
True,
- replica_uid=replica_uid or 'test',
- ensure_ddocs=True)
+ replica_uid=replica_uid or 'test')
self.dbs.append(db)
return db