fix: freeze dev ports and edge health

This commit is contained in:
lyon
2026-05-22 11:16:29 +08:00
parent b1f4e6e52d
commit 59bd0a36fa
42 changed files with 169 additions and 132 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ function assertMasterHealthContract(contract, guard) {
"reverse link direction"
);
assert.equal(contract.reverseLink?.client, "hwlab-tunnel-client", "reverse link client");
assert.equal(contract.reverseLink?.publicPort, 6667, "reverse link public port");
assert.equal(contract.reverseLink?.publicPort, 16667, "reverse link public port");
assertForbiddenList(contract.forbiddenRuntimeSubstitutes, "master forbidden substitutes");
assertArray(contract.contracts, "master health contracts");