Skip to content

Commit ad39f9a

Browse files
committed
fix lint
1 parent 0b9fe12 commit ad39f9a

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 ' + JSON.stringify(res.body));
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)