test: tighten googlechat pairing text

This commit is contained in:
Peter Steinberger
2026-05-09 06:39:16 +01:00
parent b34cf2f1a2
commit be1a1c4a6e

View File

@@ -519,7 +519,7 @@ describe("googlechatPlugin outbound cfg threading", () => {
expect.objectContaining({
account,
space: "spaces/WORK",
text: expect.any(String),
text: googlechatPairingTextAdapter.message,
}),
);
});