mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-10 16:08:40 +01:00
fix: fixed failing tests
This commit is contained in:
parent
09aefffc47
commit
c00bfb0ce4
@ -53,6 +53,7 @@ auth:oauth2 {
|
||||
client_id: client_id_1
|
||||
client_secret: client_secret_1
|
||||
scope: read write
|
||||
pkce: false
|
||||
}
|
||||
|
||||
body:json {
|
||||
|
@ -71,7 +71,8 @@
|
||||
"authorizationUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/authorize",
|
||||
"callbackUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/callback",
|
||||
"accessTokenUrl": "http://localhost:8080/api/auth/oauth2/authorization_code/token",
|
||||
"scope": "read write"
|
||||
"scope": "read write",
|
||||
"pkce": false
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
|
Loading…
Reference in New Issue
Block a user