fix(test): align agent runtime route deps with Goal Run wiring.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-01 17:16:22 +08:00
parent 6f3e53a56a
commit 20f03abd5d
@@ -325,6 +325,8 @@ test('proxy-backed routes preserve handler order and fall through after completi
agentRunGateway: { id: 'gateway' },
mindSpaceAssetAgent: { id: 'asset-agent' },
codeRunPolicyService: { id: 'code-run-policy' },
goalRunService: null,
chatIntentRouter: null,
},
);
});