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,5 +1,5 @@
using ZB.MOM.WW.MxGateway.Contracts.Proto.Galaxy;
using ZB.MOM.WW.MxGateway.Server.Galaxy;
using ZB.MOM.WW.GalaxyRepository;
using ZB.MOM.WW.GalaxyRepository.Grpc;
using ZB.MOM.WW.MxGateway.Server.Sessions;
namespace ZB.MOM.WW.MxGateway.Tests.Gateway.Sessions;
@@ -1,7 +1,7 @@
using System.Runtime.CompilerServices;
using ZB.MOM.WW.GalaxyRepository;
using ZB.MOM.WW.GalaxyRepository.Grpc;
using ZB.MOM.WW.MxGateway.Contracts.Proto;
using ZB.MOM.WW.MxGateway.Contracts.Proto.Galaxy;
using ZB.MOM.WW.MxGateway.Server.Galaxy;
using ZB.MOM.WW.MxGateway.Server.Sessions;
using ZB.MOM.WW.MxGateway.Server.Workers;