X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/38489133d0d3ba3797447272edea7f618cf352df..e4752e29dd45110b70d408e5b648cba8357bb5ea:/services/keep-web/server_test.go diff --git a/services/keep-web/server_test.go b/services/keep-web/server_test.go index d592295209..54e9ddf370 100644 --- a/services/keep-web/server_test.go +++ b/services/keep-web/server_test.go @@ -433,7 +433,7 @@ func (s *IntegrationSuite) SetUpTest(c *check.C) { ldr.Path = "-" arvCfg, err := ldr.Load() c.Check(err, check.IsNil) - cfg := newConfig(arvCfg) + cfg := newConfig(ctxlog.TestLogger(c), arvCfg) c.Assert(err, check.IsNil) cfg.Client = arvados.Client{ APIHost: testAPIHost,