mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
test(matrix): mock chunkTextForOutbound in monitor registration test
This commit is contained in:
@@ -71,6 +71,7 @@ vi.mock("../../runtime-api.js", () => {
|
||||
...(extra ?? {}),
|
||||
}),
|
||||
buildSecretInputSchema: () => z.string(),
|
||||
chunkTextForOutbound: vi.fn((text: string) => [text]),
|
||||
collectStatusIssuesFromLastError: () => [],
|
||||
createActionGate: () => () => true,
|
||||
createReplyPrefixOptions: () => ({}),
|
||||
|
||||
Reference in New Issue
Block a user