Skip to content

Commit 2248611

Browse files
committed
feat(#1003): updated bru files
1 parent c690363 commit 2248611

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/bruno-tests/collection/auth/oauth2/ac/google token with authorize.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
post {
8-
url: google.com
8+
url:
99
body: none
1010
auth: oauth2
1111
}

packages/bruno-tests/collection/auth/oauth2/ac/token with authorize.bru

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
post {
8-
url: google.com
8+
url:
99
body: none
1010
auth: oauth2
1111
}
@@ -17,6 +17,7 @@ auth:oauth2 {
1717
accessTokenUrl: {{access_token_url}}
1818
clientId: {{client_id}}
1919
clientSecret: {{client_secret}}
20+
scope:
2021
}
2122

2223
script:post-response {

0 commit comments

Comments
 (0)