From 047310eb46f062044756d360ba49167e926cc5b7 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Wed, 17 Aug 2016 02:43:42 -0400 Subject: [PATCH] Fix a few client tests --- client/client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client_test.go b/client/client_test.go index 105b089dab3..f5c8bfd93d9 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -38,6 +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.Build = "unittest" config.DevMode = true config.RPCAddr = &net.TCPAddr{