Skip to content

Commit

Permalink
chore(test): updated Vault version
Browse files Browse the repository at this point in the history
Signed-off-by: András Jáky <[email protected]>
  • Loading branch information
akijakya committed Sep 6, 2023
1 parent 188a0c8 commit 7d70ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/vault/v1alpha1/vault_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import (
func TestGetVersion(t *testing.T) {
t.Run("Good", func(t *testing.T) {
tests := []string{
"hashicorp/vault:1.14.0",
"hashicorp/vault:1.14.1",
"hashicorp/vault:1.14",
"my.local.proxy/hashicorp/vault:1.14.0",
"my.local.proxy:5000/hashicorp/vault:1.14.0",
"my.local.proxy/hashicorp/vault:1.14.1",
"my.local.proxy:5000/hashicorp/vault:1.14.1",
}

for _, tt := range tests {
Expand Down

0 comments on commit 7d70ec1

Please sign in to comment.