From b3a1b985995f133e7bff4976a727933a858e36f6 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Wed, 17 Aug 2016 13:01:48 -0400 Subject: [PATCH] Disable Vault instead of supplying test token --- client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_test.go b/client/client_test.go index f5c8bfd93d91..1c52d1582e62 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -38,7 +38,7 @@ func getPort() int { func testServer(t *testing.T, cb func(*nomad.Config)) (*nomad.Server, string) { // Setup the default settings config := nomad.DefaultConfig() - config.VaultConfig.Token = "testvaulttoken" + config.VaultConfig.Enabled = false config.Build = "unittest" config.DevMode = true config.RPCAddr = &net.TCPAddr{