mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 19:15:47 +00:00
test: tighten google chat reply log assertion
This commit is contained in:
parent
bc22ce8fdd
commit
ed91069b40
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ describe("Google Chat reply delivery", () => {
|
|||
});
|
||||
expect(statusSink).toHaveBeenCalledTimes(2);
|
||||
expect(runtime.error).toHaveBeenCalledWith(
|
||||
expect.stringContaining("Google Chat message send failed"),
|
||||
"Google Chat message send failed: Error: message not found",
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue