X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/69a9857a37007723c17007b0c2f960b87e95bc02..f1f74069850d8c5e987ef7d7fc246735ff94d58d:/lib/controller/federation/federation_test.go diff --git a/lib/controller/federation/federation_test.go b/lib/controller/federation/federation_test.go index 984d32dc3d..5460e938a6 100644 --- a/lib/controller/federation/federation_test.go +++ b/lib/controller/federation/federation_test.go @@ -70,7 +70,7 @@ func (s *FederationSuite) SetUpTest(c *check.C) { ctx = ctrlctx.NewWithTransaction(ctx, s.tx) s.ctx = ctx - s.fed = New(s.cluster) + s.fed = New(s.cluster, nil) } func (s *FederationSuite) TearDownTest(c *check.C) {