diff --git a/src/config/config.allowlist-requires-allowfrom.test.ts b/src/config/config.allowlist-requires-allowfrom.test.ts index b0796df0936..b90c3508817 100644 --- a/src/config/config.allowlist-requires-allowfrom.test.ts +++ b/src/config/config.allowlist-requires-allowfrom.test.ts @@ -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 }) => {