Skip to content

Commit

Permalink
fix: update broken validate test
Browse files Browse the repository at this point in the history
  • Loading branch information
kneal committed Jun 29, 2020
1 parent cef2145 commit e160555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/secret-vault/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ func TestVault_Plugin_Validate(t *testing.T) {
Addr: "https://myvault.com/",
Token: "superSecretAPIKey",
},
Read: &Read{
Path: "/path/to/secret",
Keys: []string{"foobar"},
},
}

err := p.Validate()
Expand Down

0 comments on commit e160555

Please sign in to comment.