test(gateway): reconcile Galaxy tests to the shared library (delete upstream-owned, rebind host-specific)

This commit is contained in:
Joseph Doherty
2026-06-25 12:12:03 -04:00
parent 80bf4acc4f
commit 719a57f444
21 changed files with 143 additions and 2264 deletions
@@ -1,6 +1,6 @@
using ZB.MOM.WW.MxGateway.Contracts.Proto.Galaxy;
using ZB.MOM.WW.GalaxyRepository;
using ZB.MOM.WW.GalaxyRepository.Grpc;
using ZB.MOM.WW.MxGateway.Server.Dashboard;
using ZB.MOM.WW.MxGateway.Server.Galaxy;
namespace ZB.MOM.WW.MxGateway.Tests.Dashboard;
@@ -133,11 +133,6 @@ public sealed class DashboardBrowseServiceTests
LastSuccessAt = DateTimeOffset.UtcNow,
Objects = objects,
Index = GalaxyHierarchyIndex.Build(objects),
DashboardSummary = DashboardGalaxySummary.Unknown with
{
Status = DashboardGalaxyStatus.Healthy,
ObjectCount = objects.Count,
},
ObjectCount = objects.Count,
};
}