refactor: adopt ZB.MOM.WW.Configuration in MxGateway (behaviour-preserving)

This commit is contained in:
Joseph Doherty
2026-06-01 18:22:21 -04:00
parent 437ab65fc1
commit 459a88b3e7
7 changed files with 92 additions and 107 deletions
@@ -132,7 +132,7 @@ public sealed class GatewayOptionsTests
ServiceCollection services = new();
services.AddSingleton<IConfiguration>(configuration);
services.AddGatewayConfiguration();
services.AddGatewayConfiguration(configuration);
return services.BuildServiceProvider(validateScopes: true);
}