X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/48c38895200cdafaaeca37299bf8352878389a77..79bce4a71a58118a9003882e0ca9bbfb9d2957a9:/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"