projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch '20318-disk-cache'
[arvados.git]
/
lib
/
controller
/
federation
/
federation_test.go
diff --git
a/lib/controller/federation/federation_test.go
b/lib/controller/federation/federation_test.go
index 5460e938a66348ec2a98f2a478372ea901c4c235..6e85dfdba2a627545264f0530d194522c2b03f47 100644
(file)
--- 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, nil
)
+ s.fed = New(
ctx, s.cluster, nil, (&ctrlctx.DBConnector{PostgreSQL: s.cluster.PostgreSQL}).GetDB
)
}
func (s *FederationSuite) TearDownTest(c *check.C) {