accept empty Docker port bindings in M4.7 preflight

This commit is contained in:
DCCONSTRUCTIONS
2026-08-23 20:21:43 +03:00
parent 3d3c0eced2
commit cbbaea9148
2 changed files with 8 additions and 2 deletions
@@ -132,3 +132,5 @@ def test_m47_runner_calls_only_the_canonical_graph_entrypoint() -> None:
assert 'Write-Output "DURABLE_WORKER_ACTION=none"' in runner
assert 'Write-Output "HISTORICAL_TRITON_ACTION=none"' in runner
assert 'Write-Output "ISOLATED_TRITON_ACTION=removed"' in runner
assert "function Test-NoPublishedPorts" in runner
assert "PortBindings.PSObject.Properties" in runner