Skip to content

Commit 73a94af

Browse files
committed
test: keep cron docs guard aligned
1 parent c45264c commit 73a94af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cron/isolated-agent/run-fallback-policy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,6 @@ describe("resolveCronFallbacksOverride", () => {
428428
const automationDocs = readFileSync("docs/automation/cron-jobs.md", "utf8");
429429

430430
expect(cliDocs).toContain("Local-provider preflight checks walk configured fallbacks");
431-
expect(automationDocs).toContain("This preflight walks the job's configured fallback chain");
431+
expect(automationDocs).toContain("Local-provider preflight checks walk configured fallbacks");
432432
});
433433
});

0 commit comments

Comments
 (0)