test: clarify discord async status assertion

This commit is contained in:
Peter Steinberger
2026-05-08 08:13:57 +01:00
parent 3adbbe7c34
commit 43345b43b7

View File

@@ -501,7 +501,7 @@ describe("discordPlugin outbound", () => {
includeApplication: true,
}),
);
expect(statusPatches.some((patch) => "bot" in patch || "application" in patch)).toBe(false);
expect(statusPatches.filter((patch) => "bot" in patch || "application" in patch)).toEqual([]);
resolveProbe({
ok: true,