diff --git a/client/client_test.go b/client/client_test.go index 105b089da..f5c8bfd93 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{