Skip to content

Commit

Permalink
Merge pull request #1015 from neXenio/fix-vault-image
Browse files Browse the repository at this point in the history
fix(tests): set vault image to new `hashicorp/vault` tag
  • Loading branch information
ademariag authored Jul 5, 2023
2 parents 371106d + 34112c3 commit e5c3863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

vault_container = client.containers.run(
image="vault",
image="hashicorp/vault",
cap_add=["IPC_LOCK"],
ports={"8200": "8200"},
environment=env,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_vault_transit.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def find_free_port():
}

vault_container = client.containers.run(
image="vault",
image="hashicorp/vault",
cap_add=["IPC_LOCK"],
ports={8200: DOCKER_PORT},
environment=env,
Expand Down

0 comments on commit e5c3863

Please sign in to comment.