mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 06:00:20 +00:00
Tests: skip auth profiles in cron direct-delivery spec
This commit is contained in:
@@ -20,6 +20,10 @@ import {
|
||||
} from "./isolated-agent.test-harness.js";
|
||||
import { setupIsolatedAgentTurnMocks } from "./isolated-agent.test-setup.js";
|
||||
|
||||
vi.mock("../agents/auth-profiles/session-override.js", () => ({
|
||||
resolveSessionAuthProfileOverride: vi.fn(async () => undefined),
|
||||
}));
|
||||
|
||||
const TELEGRAM_TARGET = { mode: "announce", channel: "telegram", to: "123" } as const;
|
||||
async function runExplicitTelegramAnnounceTurn(params: {
|
||||
home: string;
|
||||
|
||||
Reference in New Issue
Block a user