test(portal): expect templateCatalogService in agent runtime route deps
Memind CI / Test, build, and release guards (push) Failing after 7m58s

Align route contract test with the page template catalog dependency wiring.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-10 08:25:53 +08:00
parent 0796a7bf22
commit 7a08c0f6ae
@@ -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,
},
);
});