mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 16:53:49 +00:00
test(gateway): align outbound session assertion shape
This commit is contained in:
@@ -63,7 +63,7 @@ describe("sendMessage", () => {
|
||||
|
||||
expect(mocks.deliverOutboundPayloads).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
agentId: "work",
|
||||
session: expect.objectContaining({ agentId: "work" }),
|
||||
channel: "telegram",
|
||||
to: "123456",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user