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