X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3574793a2104d523f924d3ce3f6d1eab049835a1..68b9c7d30c7f47f8a9f9cff8a327fa9a3812d4da:/sdk/go/health/handler_test.go diff --git a/sdk/go/health/handler_test.go b/sdk/go/health/handler_test.go index c9f6a0b675..097e292d38 100644 --- a/sdk/go/health/handler_test.go +++ b/sdk/go/health/handler_test.go @@ -81,9 +81,8 @@ func (s *Suite) TestPingOverride(c *check.C) { ok = !ok if ok { return nil - } else { - return errors.New("good error") } + return errors.New("good error") }, }, }