mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-21 16:41:56 +00:00
test(slack): add missing allowNameMatching field to DM classification tests
This commit is contained in:
committed by
Peter Steinberger
parent
f33d0a884e
commit
3ff6e078ec
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user