X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/acb1d98cdfa6e33bfd3e1bb7510b78a4fd9384e2..e9bfb6900e3340bfcdcea691466cd849ca7d9ffc:/services/keep-web/status_test.go diff --git a/services/keep-web/status_test.go b/services/keep-web/status_test.go index bade825b2c..08e94456eb 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(s.Config)} + h := handler{Config: newConfig(s.Config)} u, _ := url.Parse("http://keep-web.example/status.json") req := &http.Request{ Method: "GET",