18947: Refactor arv-git-httpd as an arvados-server subcommand.
[arvados.git] / sdk / go / health / aggregator_test.go
index f4b0a994366db603ba0284cb76f4a6573ff266c7..f8507ef4f5b53aa568652f3253d670548248b54d 100644 (file)
@@ -153,11 +153,12 @@ func (s *AggregatorSuite) setAllServiceURLs(listen string) {
        for _, svc := range []*arvados.Service{
                &svcs.Controller,
                &svcs.DispatchCloud,
+               &svcs.DispatchLSF,
+               &svcs.GitHTTP,
                &svcs.Keepbalance,
                &svcs.Keepproxy,
                &svcs.Keepstore,
                &svcs.Health,
-               &svcs.Nodemanager,
                &svcs.RailsAPI,
                &svcs.WebDAV,
                &svcs.Websocket,