diff options
Diffstat (limited to 'testing/test_soledad/util.py')
| -rw-r--r-- | testing/test_soledad/util.py | 3 | 
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 | 
