test: align channel fixtures with open dm policy

This commit is contained in:
Peter Steinberger
2026-04-29 07:07:59 +01:00
parent d28500ffd6
commit 7d74c1f4b9
12 changed files with 29 additions and 22 deletions

View File

@@ -41,9 +41,11 @@ const lifecycleConfig = createFeishuLifecycleConfig({
appSecret: "secret_test",
channelConfig: {
dmPolicy: "open",
allowFrom: ["ou_user1"],
},
accountConfig: {
dmPolicy: "open",
allowFrom: ["ou_user1"],
},
});
@@ -53,6 +55,7 @@ const lifecycleAccount = createResolvedFeishuLifecycleAccount({
appSecret: "secret_test",
config: {
dmPolicy: "open",
allowFrom: ["ou_user1"],
},
});

View File

@@ -43,9 +43,11 @@ const lifecycleConfig = createFeishuLifecycleConfig({
appSecret: "secret_test",
channelConfig: {
dmPolicy: "open",
allowFrom: ["ou_user1"],
},
accountConfig: {
dmPolicy: "open",
allowFrom: ["ou_user1"],
},
});
@@ -55,6 +57,7 @@ const lifecycleAccount = createResolvedFeishuLifecycleAccount({
appSecret: "secret_test",
config: {
dmPolicy: "open",
allowFrom: ["ou_user1"],
},
});