We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45264c commit 73a94afCopy full SHA for 73a94af
1 file changed
src/cron/isolated-agent/run-fallback-policy.test.ts
@@ -428,6 +428,6 @@ describe("resolveCronFallbacksOverride", () => {
428
const automationDocs = readFileSync("docs/automation/cron-jobs.md", "utf8");
429
430
expect(cliDocs).toContain("Local-provider preflight checks walk configured fallbacks");
431
- expect(automationDocs).toContain("This preflight walks the job's configured fallback chain");
+ expect(automationDocs).toContain("Local-provider preflight checks walk configured fallbacks");
432
});
433
0 commit comments