18051: Add logging capability to webdav cache.
[arvados.git] / services / keep-web / server_test.go
index d592295209b3c0599147b672090eadc81dc36274..54e9ddf3704d606a14c2b8965c1bf611cacb76bd 100644 (file)
@@ -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,