We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70d3cc commit 9335a1cCopy full SHA for 9335a1c
tests/integration/test.attachments.js
@@ -2077,7 +2077,7 @@ adapters.forEach(function (adapter) {
2077
// data.should.equal('This is a base64 encoded text', 'correct data');
2078
// done();
2079
// });
2080
- } else if (serverType === 'pouchdb-express-router') {
+ } else if (serverType === 'pouchdb-express-router' || serverType === 'express-pouchdb') {
2081
err.status.should.equal(404);
2082
err.json().then(body => {
2083
body.reason.should.equal('missing');
0 commit comments