X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a4886639d07503f3101800feb7deaf7aae025312..64639ed6313f01016da4e0ffd81752dedf9b052b:/lib/controller/federation/federation_test.go diff --git a/lib/controller/federation/federation_test.go b/lib/controller/federation/federation_test.go index 984d32dc3d..6e85dfdba2 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(ctx, s.cluster, nil, (&ctrlctx.DBConnector{PostgreSQL: s.cluster.PostgreSQL}).GetDB) } func (s *FederationSuite) TearDownTest(c *check.C) {