Fix a few client tests

This commit is contained in:
vishalnayak
2016-08-17 02:43:42 -04:00
committed by Alex Dadgar
parent dd7d827eb0
commit 047310eb46

View File

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