mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Pick the right DefaultConfig from the right package.
Overly zealous search && replace at work here.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user