Skip to content

Commit 5b7f262

Browse files
author
Martin Raag
committed
Fix authentication test for invalid token and valid scope then reject
1 parent 2991604 commit 5b7f262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/authentication-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ tape.test('if valid token and valid scope then resolve decoded token', function(
180180
tape.test('if invalid token and valid scope then reject', function(t) {
181181

182182
const authPromise = auth.authenticate('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0ZXN0QHRlc3QuY29tIiwic2NvcGUiOlsidGVzdGVyIl19.ZzBZRdxQHFemCW2TwwFRn8Jk-uWt-OLtsi6O5pWpM34' + 'foo', {
183-
scope: ['admin'],
183+
scope: ['tester'],
184184
rule: auth.RULE.NONE
185185
});
186186

0 commit comments

Comments
 (0)