Skip to content

Commit

Permalink
Remove now unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 6, 2023
1 parent 99a1c4a commit a288c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures/auth_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

from ghga_service_commons.utils.jwt_helpers import generate_jwk

ARS_AUTH_KEY = generate_jwk().export(private_key=False)


def print_auth_key_env() -> None:
"""Print environment setting for the auth key."""
auth_key = generate_jwk().export(private_key=False)
ARS_AUTH_KEY = generate_jwk().export(private_key=False)
print(f"{ARS_AUTH_KEY=!r}")


Expand Down

0 comments on commit a288c2c

Please sign in to comment.