fix: remove legacy simulator runtime defaults
This commit is contained in:
@@ -81,6 +81,6 @@ test("deploy contract check does not require python3 tomllib", async () => {
|
||||
const plan = JSON.parse(result.stdout);
|
||||
|
||||
assert.equal(plan.status, "pass");
|
||||
assert.equal(plan.summary.frpProxies, 3);
|
||||
assert.equal(plan.summary.frpProxies, 2);
|
||||
assert.deepEqual(plan.diagnostics, []);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user