mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
fix: fixed failing tests
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user