Skip to content

Commit 7a4f21d

Browse files
committed
try to fix integration test
1 parent d094a8f commit 7a4f21d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,3 @@ require (
6969
gopkg.in/yaml.v2 v2.2.1 // indirect
7070
gotest.tools v2.1.0+incompatible // indirect
7171
)
72-
73-
go 1.13

it/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func TestMigrator__integration(t *testing.T) {
7676
}{
7777
{"secret/foo", "foo", "YmFyCg=="}, // bar
7878
{"secret/bar/baz", "username", "YWRhbQo="}, // adam
79-
{"secret/baz/bar", "integer", 100},
79+
{"secret/baz", "integer", 100},
8080
}
8181
os.Setenv("VAULT_ADDR", "http://127.0.0.1:8200")
8282
os.Setenv("VAULT_TOKEN", token)

0 commit comments

Comments
 (0)