test: keep bluebubbles schema tests extension-local · openclaw/openclaw@6ef7fa0
shakkernerd
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import { describe, expect, it } from "vitest"; |
2 | | -import { BlueBubblesConfigSchema } from "../../extensions/bluebubbles/api.js"; |
3 | 2 | import { |
4 | 3 | DiscordConfigSchema, |
5 | 4 | IMessageConfigSchema, |
@@ -117,11 +116,6 @@ describe('account dmPolicy="allowlist" uses inherited allowFrom', () => {
|
117 | 116 | schema: IrcConfigSchema, |
118 | 117 | config: { allowFrom: ["nick"], accounts: { work: { dmPolicy: "allowlist" } } }, |
119 | 118 | }, |
120 | | -{ |
121 | | -name: "bluebubbles", |
122 | | -schema: BlueBubblesConfigSchema, |
123 | | -config: { allowFrom: ["sender"], accounts: { work: { dmPolicy: "allowlist" } } }, |
124 | | -}, |
125 | 119 | ] as const)( |
126 | 120 | "accepts $name account allowlist when parent allowFrom exists", |
127 | 121 | ({ schema, config }) => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。