]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python-cffi/tests/test_thread.py
Merge tag '0.34.3'
[notmuch] / bindings / python-cffi / tests / test_thread.py
index fbef73ac262c960c2196f971b92cff2b5b90c95c..619d2aacfaa255ebfa0a6e775d2bab2575c5c3a3 100644 (file)
@@ -13,7 +13,7 @@ def thread(maildir, notmuch):
     maildir.deliver(body='bar',
                     headers=[('In-Reply-To', '<{}>'.format(msgid))])
     notmuch('new')
-    with notmuch2.Database(maildir.path) as db:
+    with notmuch2.Database(maildir.path, config=notmuch2.Database.CONFIG.EMPTY) as db:
         yield next(db.threads('foo'))