Skip to content

Commit

Permalink
updated auth prefix #3365
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-dmlr committed Aug 21, 2024
1 parent bc3b16d commit 94fd1a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"requests": [
{
"proxyRequired": true,
"url": "https://api.github.com",
"url": "https://api.github.com/",
"headers": [
{ "name": "Authorization", "valuePrefix": "token" }
{ "name": "Authorization", "valuePrefix": "Bearer" }
],
"expectedResponse": { "httpStatus": 200 }
}
Expand Down

0 comments on commit 94fd1a6

Please sign in to comment.