fix(matrix): mock configured bot ids in monitor tests

This commit is contained in:
Shakker 2026-03-20 03:50:06 +00:00
parent 03c86b3dee
commit 4aef83016f
No known key found for this signature in database

View File

@ -91,6 +91,7 @@ vi.mock("../../runtime.js", () => ({
}));
vi.mock("../accounts.js", () => ({
resolveConfiguredMatrixBotUserIds: vi.fn(() => new Set<string>()),
resolveMatrixAccount: () => ({
accountId: "default",
config: {