Skip to content

Commit

Permalink
Properly set auth key env var for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 6, 2023
1 parent 232c8de commit e65ee21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/auth_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
def print_auth_key_env() -> None:
"""Print environment setting for the auth key."""
auth_key = generate_jwk().export(private_key=False)
print(f"ARS_AUTH_KEY={auth_key}")
print(f"ARS_AUTH_KEY={auth_key!r}")


if __name__ == "__main__":
Expand Down

0 comments on commit e65ee21

Please sign in to comment.