Skip to content

Commit 410940c

Browse files
Revert changes
1 parent 6393491 commit 410940c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

selenium/test/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ module.exports = {
241241
const params = 'client_id=' + client_id +
242242
'&client_secret=' + client_secret +
243243
'&grant_type=client_credentials' +
244+
'&token_format=jwt' +
244245
'&response_type=token'
245246
req.open('POST', url, false)
246247
req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded')

0 commit comments

Comments
 (0)