X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d95130da47af9fd0290d3c8f80a0364faf74957..60801a7c485c50e3c2f518f9b3ad6f86c8783fca:/lib/service/cmd_test.go diff --git a/lib/service/cmd_test.go b/lib/service/cmd_test.go index 86039c4dd1..ec7834972c 100644 --- a/lib/service/cmd_test.go +++ b/lib/service/cmd_test.go @@ -135,6 +135,7 @@ type testHandler struct { healthCheck chan bool } +func (th *testHandler) Done() <-chan struct{} { return nil } func (th *testHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { th.handler.ServeHTTP(w, r) } func (th *testHandler) CheckHealth() error { ctxlog.FromContext(th.ctx).Info("CheckHealth called")