Skip to content

Commit 9335a1c

Browse files
author
alxndrsn
committed
test1: express-pouchdb
1 parent d70d3cc commit 9335a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test.attachments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ adapters.forEach(function (adapter) {
20772077
// data.should.equal('This is a base64 encoded text', 'correct data');
20782078
// done();
20792079
// });
2080-
} else if (serverType === 'pouchdb-express-router') {
2080+
} else if (serverType === 'pouchdb-express-router' || serverType === 'express-pouchdb') {
20812081
err.status.should.equal(404);
20822082
err.json().then(body => {
20832083
body.reason.should.equal('missing');

0 commit comments

Comments
 (0)