X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2f66d4cc05e9442a9bb69969744d0750a02a1ed4..4d3b8b299deaa4fff45102a26768e26129b17f10:/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")