X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4c5600a83bd887894d135474fe3a7e0200dfb01b..752c2ff97b3670bcc87b08816560f5a0be0b8d06:/services/keep-web/status_test.go diff --git a/services/keep-web/status_test.go b/services/keep-web/status_test.go index 62db198dd9..bade825b2c 100644 --- a/services/keep-web/status_test.go +++ b/services/keep-web/status_test.go @@ -15,7 +15,7 @@ import ( ) func (s *UnitSuite) TestStatus(c *check.C) { - h := handler{Config: DefaultConfig()} + h := handler{Config: DefaultConfig(s.Config)} u, _ := url.Parse("http://keep-web.example/status.json") req := &http.Request{ Method: "GET",