diff --git a/extensions/googlechat/src/monitor.reply-delivery.test.ts b/extensions/googlechat/src/monitor.reply-delivery.test.ts index 22ec9262b6f..4a8317e1ecb 100644 --- a/extensions/googlechat/src/monitor.reply-delivery.test.ts +++ b/extensions/googlechat/src/monitor.reply-delivery.test.ts @@ -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", ); });