Skip to content

Commit 0b9fe12

Browse files
committed
debug replay couch version
1 parent c084475 commit 0b9fe12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/routes/deprecated-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('/ deprecated', () => {
102102
authentication_handlers: couchDBInfo.version = '1.6.1' ? ['oauth', 'cookie', 'default'] : ['cookie', 'default'],
103103
authenticated: 'default',
104104
},
105-
}, 'should have roles');
105+
}, 'should have roles ' + JSON.stringify(res.body));
106106
expect(res.status).to.equal(200, JSON.stringify(res.body));
107107

108108
return supertest(`http://${testUsername}:test@localhost:5984`)

0 commit comments

Comments
 (0)