Skip to content

Commit 6ef7fa0

Browse files
committed
test: keep bluebubbles schema tests extension-local
1 parent 2c0f8a0 commit 6ef7fa0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/config/config.allowlist-requires-allowfrom.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { describe, expect, it } from "vitest";
2-
import { BlueBubblesConfigSchema } from "../../extensions/bluebubbles/api.js";
32
import {
43
DiscordConfigSchema,
54
IMessageConfigSchema,
@@ -117,11 +116,6 @@ describe('account dmPolicy="allowlist" uses inherited allowFrom', () => {
117116
schema: IrcConfigSchema,
118117
config: { allowFrom: ["nick"], accounts: { work: { dmPolicy: "allowlist" } } },
119118
},
120-
{
121-
name: "bluebubbles",
122-
schema: BlueBubblesConfigSchema,
123-
config: { allowFrom: ["sender"], accounts: { work: { dmPolicy: "allowlist" } } },
124-
},
125119
] as const)(
126120
"accepts $name account allowlist when parent allowFrom exists",
127121
({ schema, config }) => {

0 commit comments

Comments
 (0)