From 20f03abd5d34d9cf3c8b760b128bab60f8b8bd69 Mon Sep 17 00:00:00 2001 From: john Date: Sat, 1 Aug 2026 17:16:22 +0800 Subject: [PATCH] fix(test): align agent runtime route deps with Goal Run wiring. Co-authored-by: Cursor --- server/portal-agent-runtime-routes.test.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/portal-agent-runtime-routes.test.mjs b/server/portal-agent-runtime-routes.test.mjs index 2282045..44c0d9f 100644 --- a/server/portal-agent-runtime-routes.test.mjs +++ b/server/portal-agent-runtime-routes.test.mjs @@ -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, }, ); });