mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
test(google-meet): type realtime consult assertion
This commit is contained in:
@@ -3793,7 +3793,8 @@ describe("google-meet plugin", () => {
|
||||
}),
|
||||
);
|
||||
});
|
||||
expect(JSON.stringify(runtime.agent.runEmbeddedPiAgent.mock.calls[0]?.[0])).toContain(
|
||||
const consultArgs = runtime.agent.runEmbeddedPiAgent.mock.calls[0]?.[0] as unknown;
|
||||
expect(JSON.stringify(consultArgs)).toContain(
|
||||
"Are we still on track?\\nPlease include launch blockers.",
|
||||
);
|
||||
expect(sendUserMessage).toHaveBeenCalledWith(
|
||||
|
||||
Reference in New Issue
Block a user