Skip to content

Commit

Permalink
oidc-exchange: reflow
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Mar 13, 2023
1 parent b49707e commit 59e88cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oidc-exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ def assert_successful_audience_call(resp: requests.Response, domain: str):
die(
dedent(
f"""
Token request failed: the index produced an unexpected {mint_token_resp.status_code} response.
Token request failed: the index produced an unexpected
{mint_token_resp.status_code} response.
This strongly suggests a server configuration or downtime issue; wait
a few minutes and try again.
Expand Down

0 comments on commit 59e88cf

Please sign in to comment.