From 7c7c22d66f3c1e068a7b7ee4b7b6c9845c8b1c34 Mon Sep 17 00:00:00 2001 From: Lucenx9 <185146821+Lucenx9@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:06:52 +0100 Subject: [PATCH] test(media): use direct chatType in WhatsApp MIME regression case --- src/media-understanding/apply.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/media-understanding/apply.test.ts b/src/media-understanding/apply.test.ts index 5b574c0167b..1442e8acac5 100644 --- a/src/media-understanding/apply.test.ts +++ b/src/media-understanding/apply.test.ts @@ -378,7 +378,7 @@ describe("applyMediaUnderstanding", () => { scope: { default: "deny", rules: [ - { action: "allow", match: { chatType: "dm" } }, + { action: "allow", match: { chatType: "direct" } }, { action: "allow", match: { channel: "whatsapp" } }, ], },