X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/322599005b9425223195f8b903f0aa2cfc4b7db9..da58ec28659f5167f9658be5714731acee57dfb1:/services/keep-web/status_test.go diff --git a/services/keep-web/status_test.go b/services/keep-web/status_test.go index 08e94456eb..f90f85cd93 100644 --- a/services/keep-web/status_test.go +++ b/services/keep-web/status_test.go @@ -10,12 +10,13 @@ import ( "net/http/httptest" "net/url" - "git.curoverse.com/arvados.git/sdk/go/arvadostest" + "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",