diff --git a/extensions/googlechat/src/channel.test.ts b/extensions/googlechat/src/channel.test.ts index d97cd3504a7..f1143ce7f32 100644 --- a/extensions/googlechat/src/channel.test.ts +++ b/extensions/googlechat/src/channel.test.ts @@ -519,7 +519,7 @@ describe("googlechatPlugin outbound cfg threading", () => { expect.objectContaining({ account, space: "spaces/WORK", - text: expect.any(String), + text: googlechatPairingTextAdapter.message, }), ); });