mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 02:18:27 +00:00
fix(ci): complete feishu route mock typing in broadcast tests
This commit is contained in:
@@ -1684,8 +1684,10 @@ describe("broadcast dispatch", () => {
|
||||
vi.clearAllMocks();
|
||||
mockResolveAgentRoute.mockReturnValue({
|
||||
agentId: "main",
|
||||
channel: "feishu",
|
||||
accountId: "default",
|
||||
sessionKey: "agent:main:feishu:group:oc-broadcast-group",
|
||||
mainSessionKey: "agent:main:main",
|
||||
matchedBy: "default",
|
||||
});
|
||||
mockCreateFeishuClient.mockReturnValue({
|
||||
|
||||
Reference in New Issue
Block a user