From 7a08c0f6ae184ac9100fd17820f5167f5e9ed130 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 10 Aug 2026 08:25:53 +0800 Subject: [PATCH] test(portal): expect templateCatalogService in agent runtime route deps Align route contract test with the page template catalog dependency wiring. Co-authored-by: Cursor --- server/portal-agent-runtime-routes.test.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/server/portal-agent-runtime-routes.test.mjs b/server/portal-agent-runtime-routes.test.mjs index 44c0d9f..d25f5df 100644 --- a/server/portal-agent-runtime-routes.test.mjs +++ b/server/portal-agent-runtime-routes.test.mjs @@ -327,6 +327,7 @@ test('proxy-backed routes preserve handler order and fall through after completi codeRunPolicyService: { id: 'code-run-policy' }, goalRunService: null, chatIntentRouter: null, + templateCatalogService: null, }, ); });