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" } }, ], },