This is an automated email from the ASF dual-hosted git repository. alba pushed a commit to branch node-sqlite-adapter in repository https://gitbox.apache.org/repos/asf/pouchdb.git
commit 500d8c8fa92f731770f0da3da44bc07894835a89 Author: Alba Herrerias <[email protected]> AuthorDate: Tue Mar 31 16:00:34 2026 +0100 test: put back http adapters in test.attachments --- tests/integration/test.attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test.attachments.js b/tests/integration/test.attachments.js index 48f4dc62f..981ef6e28 100644 --- a/tests/integration/test.attachments.js +++ b/tests/integration/test.attachments.js @@ -2,7 +2,7 @@ const should = require('chai').should(); -var adapters = ['local']; +var adapters = ['local', 'http']; var repl_adapters = [ ['local', 'http'], ['http', 'http'],
