Remove config from Meta; it's only used right now with the token helper.

This commit is contained in:
Jeff Mitchell
2016-04-01 16:02:18 -04:00
parent 48da40964c
commit 16c8f0b5ad
9 changed files with 29 additions and 46 deletions

View File

@@ -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