fix: stabilize line and feishu ci shards

This commit is contained in:
Peter Steinberger
2026-04-06 01:44:58 +01:00
parent aeb9ad52fa
commit 3de91d9e01
7 changed files with 148 additions and 32 deletions

View File

@@ -89,6 +89,9 @@ describe("broadcast dispatch", () => {
routing: {
resolveAgentRoute: (params: unknown) => mockResolveAgentRoute(params),
},
session: {
resolveStorePath: vi.fn(() => "/tmp/feishu-session-store.json"),
},
reply: {
resolveEnvelopeFormatOptions: resolveEnvelopeFormatOptionsMock,
formatAgentEnvelope: vi.fn((params: { body: string }) => params.body),