Skip to content

Commit

Permalink
docs: fix usage of Authorization header (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
blastrock committed Jan 31, 2023
1 parent 4396844 commit e74826b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ stages:
request:
url: "{host}/userinfo"
method: GET
Authorization: "Bearer {test_login_token:s}"
headers:
Authorization: "Bearer {test_login_token:s}"
response:
status_code: 200
json:
Expand Down

0 comments on commit e74826b

Please sign in to comment.