mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-25 06:21:57 +02: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_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 {
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user