Fix lint errors

This commit is contained in:
Manuel de Brito Fontes 2016-12-27 23:19:31 -03:00
parent 99209ad33d
commit 61dad19f8e
2 changed files with 4 additions and 4 deletions

View file

@ -51,10 +51,10 @@ func NewFakeClusterManager(clusterName string) *fakeClusterManager {
namer := utils.NewNamer(clusterName)
nodePool := instances.NewNodePool(fakeIGs)
nodePool.Init(&instances.FakeZoneLister{[]string{"zone-a"}})
nodePool.Init(&instances.FakeZoneLister{Zones: []string{"zone-a"}})
healthChecker := healthchecks.NewHealthChecker(fakeHCs, "/", namer)
healthChecker.Init(&healthchecks.FakeHealthCheckGetter{nil})
healthChecker.Init(&healthchecks.FakeHealthCheckGetter{})
backendPool := backends.NewBackendPool(
fakeBackends,