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