From: Tom Clegg Date: Mon, 5 Jul 2021 13:59:36 +0000 (-0400) Subject: 17756: Add DispatchLSF to health aggregator test setup. X-Git-Tag: 2.3.0~126^2~7 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/774d4659d60c017e9d3e0f68c5726abbe2465007 17756: Add DispatchLSF to health aggregator test setup. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/sdk/go/health/aggregator_test.go b/sdk/go/health/aggregator_test.go index 2acf3e59ab..04106caa44 100644 --- a/sdk/go/health/aggregator_test.go +++ b/sdk/go/health/aggregator_test.go @@ -153,6 +153,7 @@ func (s *AggregatorSuite) setAllServiceURLs(listen string) { for _, svc := range []*arvados.Service{ &svcs.Controller, &svcs.DispatchCloud, + &svcs.DispatchLSF, &svcs.Keepbalance, &svcs.Keepproxy, &svcs.Keepstore,