mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 04:31:10 +00:00
test: fix current-main prep blockers
This commit is contained in:
@@ -200,6 +200,7 @@ vi.mock("../utils/message-channel.js", () => ({
|
||||
const resolveEffectiveModelFallbacksMock = vi.fn().mockReturnValue(undefined);
|
||||
vi.mock("./agent-scope.js", () => ({
|
||||
listAgentIds: () => ["default"],
|
||||
resolveAgentConfig: () => undefined,
|
||||
resolveAgentDir: () => "/tmp/agent",
|
||||
resolveEffectiveModelFallbacks: resolveEffectiveModelFallbacksMock,
|
||||
resolveSessionAgentId: () => "default",
|
||||
|
||||
Reference in New Issue
Block a user