refactor: route runtime integration via adapter table
This commit is contained in:
@@ -168,6 +168,7 @@ test('runtime-integrated path wires executeGovernanceContract deployment binding
|
||||
assert.equal(result.contract.decision, 'force_checkpoint');
|
||||
assert.equal(result.runtimeIntegration.attempted, true);
|
||||
assert.equal(result.runtimeIntegration.adapter, 'orchestrator');
|
||||
assert.equal(result.runtimeIntegration.action, 'notify_operator');
|
||||
assert.equal(result.runtimeExecution.ok, true);
|
||||
assert.equal(result.runtimeExecution.result.dispatcher.dispatchedCount, 1);
|
||||
assert.equal(result.runtimeExecution.result.supervisor.pendingCount, 1);
|
||||
|
||||
Reference in New Issue
Block a user