X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b49229f98012d7c08ce02b8d28dbcc165c8a6c53..e23f03950b82e72de23c4c44112785a9e92ea235:/services/keep-web/status_test.go diff --git a/services/keep-web/status_test.go b/services/keep-web/status_test.go index 1b6ad93de7..f90f85cd93 100644 --- a/services/keep-web/status_test.go +++ b/services/keep-web/status_test.go @@ -11,11 +11,12 @@ import ( "net/url" "git.arvados.org/arvados.git/sdk/go/arvadostest" + "git.arvados.org/arvados.git/sdk/go/ctxlog" "gopkg.in/check.v1" ) func (s *UnitSuite) TestStatus(c *check.C) { - h := handler{Config: newConfig(s.Config)} + h := handler{Config: newConfig(ctxlog.TestLogger(c), s.Config)} u, _ := url.Parse("http://keep-web.example/status.json") req := &http.Request{ Method: "GET",