Skip to content

Commit

Permalink
tests: reverse requests with scopes as Arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Nov 27, 2023
1 parent 0d98453 commit 960a962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/handlers/token-handler_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ describe('TokenHandler integration', function() {
username: 'foo',
password: 'bar',
grant_type: 'password',
scope: ['baz']
scope: 'baz'
},
headers: { 'content-type': 'application/x-www-form-urlencoded', 'transfer-encoding': 'chunked' },
method: 'POST',
Expand Down

0 comments on commit 960a962

Please sign in to comment.