diff options
| author | David Bremner <david@tethera.net> | 2022-01-09 19:34:58 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-09 19:34:58 -0400 |
| commit | 63d3b2b5cf8702b5fecea77392ce46f8a8249175 (patch) | |
| tree | ce8274b3260577a70c6cc4e8c02f1ba013b8fe09 /bindings/python-cffi/tests/test_thread.py | |
| parent | 22e04ed01acc115b7fb25b60231014f585f11c4a (diff) | |
| parent | 51c287ead807b6e3830bc5d393a7e9a89f36db86 (diff) | |
Merge tag '0.34.3'
notmuch 0.34.3 release
Diffstat (limited to 'bindings/python-cffi/tests/test_thread.py')
| -rw-r--r-- | bindings/python-cffi/tests/test_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python-cffi/tests/test_thread.py b/bindings/python-cffi/tests/test_thread.py index fbef73ac..619d2aac 100644 --- a/bindings/python-cffi/tests/test_thread.py +++ b/bindings/python-cffi/tests/test_thread.py @@ -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')) |
