mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 04:20:43 +00:00
test: clarify sessions send gateway assertion
This commit is contained in:
@@ -139,7 +139,7 @@ describe("runSessionsSendA2AFlow announce delivery", () => {
|
||||
roundOneReply: "Worker completed successfully",
|
||||
});
|
||||
|
||||
expect(gatewayCalls.some((call) => call.method === "sessions.list")).toBe(true);
|
||||
requireGatewayCall("sessions.list");
|
||||
const sendCall = requireGatewayCall("send");
|
||||
expect(sendCall.params).toMatchObject({
|
||||
channel: "discord",
|
||||
|
||||
Reference in New Issue
Block a user