mirror of https://github.com/openclaw/openclaw.git
test: refresh pairing reply assertions for fenced codes (#54058) (thanks @byungsker)
This commit is contained in:
parent
2566d6b300
commit
fac0a172e5
|
|
@ -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",
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue