Skip to content

Commit 960a962

Browse files
committed
tests: reverse requests with scopes as Arrays
1 parent 0d98453 commit 960a962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/handlers/token-handler_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ describe('TokenHandler integration', function() {
344344
username: 'foo',
345345
password: 'bar',
346346
grant_type: 'password',
347-
scope: ['baz']
347+
scope: 'baz'
348348
},
349349
headers: { 'content-type': 'application/x-www-form-urlencoded', 'transfer-encoding': 'chunked' },
350350
method: 'POST',

0 commit comments

Comments
 (0)