X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c75359c0116392ea13ebf578c74e495c9e158f62..f10e92fe095a7b292dde71da0f1d8465312236d7:/lib/controller/localdb/collection_test.go diff --git a/lib/controller/localdb/collection_test.go b/lib/controller/localdb/collection_test.go index 02590b0723..7d1a909a6f 100644 --- a/lib/controller/localdb/collection_test.go +++ b/lib/controller/localdb/collection_test.go @@ -212,7 +212,7 @@ func (s *CollectionSuite) expectFiles(c *check.C, coll arvados.Collection, expec c.Assert(err, check.IsNil) kc, err := keepclient.MakeKeepClient(ac) c.Assert(err, check.IsNil) - cfs, err := coll.FileSystem(arvados.NewClientFromEnv(), kc) + cfs, err := coll.FileSystem(client, kc) c.Assert(err, check.IsNil) var found []string nonemptydirs := map[string]bool{}