test(slack): add missing allowNameMatching field to DM classification tests

This commit is contained in:
Marcus Castro
2026-02-24 10:53:11 -03:00
committed by Peter Steinberger
parent f33d0a884e
commit 3ff6e078ec

View File

@@ -283,6 +283,7 @@ describe("slack prepareSlackMessage inbound contract", () => {
dmEnabled: true,
dmPolicy: "open",
allowFrom: [],
allowNameMatching: false,
groupDmEnabled: true,
groupDmChannels: [],
defaultRequireMention: true,
@@ -365,6 +366,7 @@ describe("slack prepareSlackMessage inbound contract", () => {
dmEnabled: true,
dmPolicy: "open",
allowFrom: [],
allowNameMatching: false,
groupDmEnabled: true,
groupDmChannels: [],
defaultRequireMention: true,