fix: fixed failing tests

This commit is contained in:
Anoop M D 2024-03-12 23:47:08 +05:30
parent 09aefffc47
commit c00bfb0ce4
2 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,7 @@ auth:oauth2 {
client_id: client_id_1 client_id: client_id_1
client_secret: client_secret_1 client_secret: client_secret_1
scope: read write scope: read write
pkce: false
} }
body:json { body:json {

View File

@ -71,7 +71,8 @@
"authorizationUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/authorize", "authorizationUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/authorize",
"callbackUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/callback", "callbackUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/callback",
"accessTokenUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/token", "accessTokenUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/token",
"scope": "read write" "scope": "read write",
"pkce": false
} }
}, },
"body": { "body": {