test: tighten google chat reply log assertion

This commit is contained in:
Shakker
2026-05-10 17:32:05 +01:00
parent bc22ce8fdd
commit ed91069b40

View File

@@ -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",
);
});