mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Fix a few client tests
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user