Skip to content

Commit

Permalink
fix(vault): remove typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
f4z3r committed Jul 4, 2023
1 parent 588b4f3 commit a7e9cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/tests/test_vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_docker_run_vault():
def test_docker_run_vault_act_as_root():
config = VaultContainer()
with config as vault:
client = vault.get_root_client
client = vault.get_root_client()
assert client.is_authenticated()
assert client.sys.is_initialized()
assert not client.sys.is_sealed()
Expand Down

0 comments on commit a7e9cbc

Please sign in to comment.