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, }, ); });