Skip to content

Commit

Permalink
Fix typo in bearer token
Browse files Browse the repository at this point in the history
  • Loading branch information
tstrass committed Nov 22, 2024
1 parent 8a968fa commit a004815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def example_client_jwt_payload_part
an `Authorization` header with value:
```
Bearer eyJhbGcmOiJub25lIn0.#{example_client_jwt_payload_part}.
Bearer eyJhbGciOiJub25lIn0.#{example_client_jwt_payload_part}.
```
### Continuing the Tests
Expand Down

0 comments on commit a004815

Please sign in to comment.