Add live MXAccess worker smoke test

This commit is contained in:
Joseph Doherty
2026-04-26 19:58:33 -04:00
parent 160343aff4
commit 0f17a1d1d9
7 changed files with 666 additions and 0 deletions
@@ -9,4 +9,12 @@ public sealed class IntegrationTestEnvironmentTests
"MXGATEWAY_RUN_LIVE_MXACCESS_TESTS",
IntegrationTestEnvironment.LiveMxAccessVariableName);
}
[Fact]
public void LiveMxAccessWorkerExecutable_UsesDocumentedEnvironmentVariable()
{
Assert.Equal(
"MXGATEWAY_LIVE_MXACCESS_WORKER_EXE",
IntegrationTestEnvironment.LiveMxAccessWorkerExecutableVariableName);
}
}