fix: freeze dev ports and edge health
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user