mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Remove config from Meta; it's only used right now with the token helper.
This commit is contained in:
@@ -6,8 +6,6 @@ import (
|
||||
"github.com/hashicorp/vault/api"
|
||||
)
|
||||
|
||||
const FixturePath = "./test-fixtures"
|
||||
|
||||
func testClient(t *testing.T, addr string, token string) *api.Client {
|
||||
config := api.DefaultConfig()
|
||||
config.Address = addr
|
||||
|
||||
Reference in New Issue
Block a user