Skip to content

Commit

Permalink
- Update roles and paths for secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tdviet committed Jun 12, 2023
1 parent d2b315b commit d8d5955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedcloudclient/vault_auth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_user_id_from_vault_token(vault_token: str, user_id: str):
vault_id = None
try:
vault_id = token.get_user_id()
except TokenError as e:
except TokenError:
print("Please check validity of your OIDC Vault token")
assert vault_id == user_id

Expand Down

0 comments on commit d8d5955

Please sign in to comment.