Skip to content

Commit

Permalink
Lower minimum Vault version
Browse files Browse the repository at this point in the history
  • Loading branch information
asdine committed Apr 19, 2018
1 parent c0289b9 commit c242cf0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

[[constraint]]
name = "github.com/hashicorp/vault"
version = "0.10.0"
version = "0.9.0"

[prune]
go-tests = true
Expand Down
2 changes: 2 additions & 0 deletions backend/vault/vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ func TestVaultBackend(t *testing.T) {

path := "secret/test"

defer c.Delete(path)

t.Run("SecretPathNotFound", func(t *testing.T) {
b := NewBackend(c, path)
_, err := b.Get(context.Background(), "foo")
Expand Down

0 comments on commit c242cf0

Please sign in to comment.