Pick the right DefaultConfig from the right package.

Overly zealous search && replace at work here.
This commit is contained in:
Sean Chittenden
2016-06-01 02:08:23 -07:00
parent 6908846086
commit 453a7556b6

View File

@@ -70,7 +70,7 @@ func testServer(t *testing.T, cb func(*nomad.Config)) (*nomad.Server, string) {
}
func testClient(t *testing.T, cb func(c *config.Config)) *Client {
conf := nomad.DefaultConfig()
conf := config.DefaultConfig()
conf.DevMode = true
conf.ConsulConfig = &sconfig.ConsulConfig{}
if cb != nil {