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,9 +1,8 @@
using System.Text.Json;
using ZB.MOM.WW.Audit;
using ZB.MOM.WW.MxGateway.Contracts.Proto.Galaxy;
using ZB.MOM.WW.GalaxyRepository;
using ZB.MOM.WW.GalaxyRepository.Grpc;
using ZB.MOM.WW.MxGateway.Contracts.Proto;
using ZB.MOM.WW.MxGateway.Server.Dashboard;
using ZB.MOM.WW.MxGateway.Server.Galaxy;
using ZB.MOM.WW.MxGateway.Server.Security.Authentication;
using ZB.MOM.WW.MxGateway.Server.Security.Authorization;
using ZB.MOM.WW.MxGateway.Server.Sessions;
@@ -483,7 +482,6 @@ public sealed class ConstraintEnforcerTests
Status = GalaxyCacheStatus.Healthy,
Objects = objects,
Index = GalaxyHierarchyIndex.Build(objects),
DashboardSummary = DashboardGalaxySummary.Unknown,
};
}