Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
jboucourt committed Aug 15, 2024
1 parent 7b9fa5b commit c8719ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_gestalt.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,9 @@ def test_vault_lazy_connect(mock_vault_k8s_auth):
v = Vault(role="test-role", jwt="test-jwt")
v.kubes_token = (
"kubernetes",
"hvs.CAESICuPyPq_Bp", # Mocked ID value
10801, # Mocked TTL value in seconds
"2024-08-15T00:00:00Z" # Mocked ISO 8601 expire_time
"hvs.CAESICuPyPq_Bp",
10801,
"2024-08-15T22:04:49.82981496Z"
)
assert not v._is_connected
v.get("foo", "foo", ".foo")
Expand Down

0 comments on commit c8719ec

Please sign in to comment.