mirror of https://github.com/openclaw/openclaw.git
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…
Reference in New Issue