Merge branch '12630-crunch-gpu' refs #12630
[arvados.git] / services / keep-web / status_test.go
index 62db198dd9b9ef27618b9bfd04262b32ac2736f0..f90f85cd93691c1fa8ed389b6a48bb17d7e7c376 100644 (file)
@@ -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: DefaultConfig()}
+       h := handler{Config: newConfig(ctxlog.TestLogger(c), s.Config)}
        u, _ := url.Parse("http://keep-web.example/status.json")
        req := &http.Request{
                Method:     "GET",