Skip to content

Commit 217e7ac

Browse files
committed
debug couch info
1 parent e1b8bde commit 217e7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/routes/deprecated-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('/ deprecated', () => {
9999
},
100100
info: {
101101
authentication_db: couchDBInfo.version = '1.6.1' ? '_users' : undefined,
102-
authentication_handlers: ['cookie', 'default'],
102+
authentication_handlers: couchDBInfo.version = '1.6.1' ? ['oauth', 'cookie', 'default'] : ['cookie', 'default'],
103103
authenticated: 'default',
104104
},
105105
}, `should have roles ${JSON.stringify(couchDBInfo)}`);

0 commit comments

Comments
 (0)