mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 02:12:07 +00:00
test: refresh pairing reply assertions for fenced codes (#54058) (thanks @byungsker)
This commit is contained in:
@@ -815,7 +815,14 @@ describe("handleFeishuMessage command authorization", () => {
|
||||
expect(mockSendMessageFeishu).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
to: "chat:oc-dm",
|
||||
text: expect.stringContaining("Pairing code: ABCDEFGH"),
|
||||
text: expect.stringContaining("Pairing code:"),
|
||||
accountId: "default",
|
||||
}),
|
||||
);
|
||||
expect(mockSendMessageFeishu).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
to: "chat:oc-dm",
|
||||
text: expect.stringContaining("ABCDEFGH"),
|
||||
accountId: "default",
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user