fix(matrix): mock configured bot ids in monitor tests
This commit is contained in:
parent
03c86b3dee
commit
4aef83016f
@ -91,6 +91,7 @@ vi.mock("../../runtime.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../accounts.js", () => ({
|
||||
resolveConfiguredMatrixBotUserIds: vi.fn(() => new Set<string>()),
|
||||
resolveMatrixAccount: () => ({
|
||||
accountId: "default",
|
||||
config: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user