mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 04:31:10 +00:00
Tests: drop duplicate cron telegram success case
This commit is contained in:
@@ -249,15 +249,6 @@ describe("runCronIsolatedAgentTurn", () => {
|
||||
}
|
||||
});
|
||||
|
||||
it("delivers text directly when best-effort is enabled", async () => {
|
||||
const { res, deps } = await runTelegramDeliveryResult(true);
|
||||
expectSuccessfulTelegramTextDelivery({ res, deps });
|
||||
expectDirectTelegramDelivery(deps, {
|
||||
chatId: "123",
|
||||
text: "hello from cron",
|
||||
});
|
||||
});
|
||||
|
||||
it("delivers text directly for signal when best-effort is enabled", async () => {
|
||||
const { res, deps } = await runSignalDeliveryResult(true);
|
||||
expect(res.status).toBe("ok");
|
||||
|
||||
Reference in New Issue
Block a user