mirror of https://github.com/openclaw/openclaw.git
test(matrix): mock chunkTextForOutbound in monitor registration test
This commit is contained in:
parent
2aa09230c2
commit
df4fd12225
|
|
@ -71,6 +71,7 @@ vi.mock("../../runtime-api.js", () => {
|
|||
...(extra ?? {}),
|
||||
}),
|
||||
buildSecretInputSchema: () => z.string(),
|
||||
chunkTextForOutbound: vi.fn((text: string) => [text]),
|
||||
collectStatusIssuesFromLastError: () => [],
|
||||
createActionGate: () => () => true,
|
||||
createReplyPrefixOptions: () => ({}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue