mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 19:21:08 +00:00
fix: stabilize line and feishu ci shards
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user