mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 05:30:44 +00:00
test: keep bluebubbles schema tests extension-local
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { BlueBubblesConfigSchema } from "../../extensions/bluebubbles/api.js";
|
||||
import {
|
||||
DiscordConfigSchema,
|
||||
IMessageConfigSchema,
|
||||
@@ -117,11 +116,6 @@ describe('account dmPolicy="allowlist" uses inherited allowFrom', () => {
|
||||
schema: IrcConfigSchema,
|
||||
config: { allowFrom: ["nick"], accounts: { work: { dmPolicy: "allowlist" } } },
|
||||
},
|
||||
{
|
||||
name: "bluebubbles",
|
||||
schema: BlueBubblesConfigSchema,
|
||||
config: { allowFrom: ["sender"], accounts: { work: { dmPolicy: "allowlist" } } },
|
||||
},
|
||||
] as const)(
|
||||
"accepts $name account allowlist when parent allowFrom exists",
|
||||
({ schema, config }) => {
|
||||
|
||||
Reference in New Issue
Block a user