Skip to content

Commit dbf5b21

Browse files
committed
test: mute telegram account warning scan
1 parent 4091be8 commit dbf5b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/telegram/src/accounts.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function warningLines(): string[] {
2323
}
2424

2525
function expectNoMissingDefaultWarning() {
26-
expect(warningLines().some((line) => line.includes("accounts.default is missing"))).toBe(false);
26+
expect(warningLines().join("\n")).not.toContain("accounts.default is missing");
2727
}
2828

2929
function resolveAccountWithEnv(

0 commit comments

Comments
 (0)