X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/64e387b2f4f0fe6c4c7bf16232706c7cf194caf0..337b055122485e669cc601c91a78f8fdd2625b3e:/services/keep-balance/main_test.go diff --git a/services/keep-balance/main_test.go b/services/keep-balance/main_test.go index a6445506e5..b154f6e998 100644 --- a/services/keep-balance/main_test.go +++ b/services/keep-balance/main_test.go @@ -31,6 +31,7 @@ func (s *mainSuite) TestHTTPServer(c *check.C) { c.Fatal(err) } _, p, err := net.SplitHostPort(ln.Addr().String()) + c.Check(err, check.IsNil) ln.Close() config := "Clusters:\n zzzzz:\n ManagementToken: abcdefg\n Services: {Keepbalance: {InternalURLs: {'http://localhost:" + p + "/': {}}}}\n"