Tests: skip auth profiles in cron direct-delivery spec

This commit is contained in:
Peter Steinberger
2026-04-07 08:41:28 +08:00
parent 8daf60e2d9
commit 1111639a11

View File

@@ -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;