From 774d4659d60c017e9d3e0f68c5726abbe2465007 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 5 Jul 2021 09:59:36 -0400 Subject: [PATCH] 17756: Add DispatchLSF to health aggregator test setup. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- sdk/go/health/aggregator_test.go | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2