fix: sync tests with config normalization

This commit is contained in:
Peter Steinberger
2026-01-24 13:32:22 +00:00
parent c8afa8207c
commit 386d21b6d1
5 changed files with 6 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ describe("normalizeCronJobCreate", () => {
},
}) as unknown as Record<string, unknown>;
expect(normalized.agentId).toBe("ops");
expect(normalized.agentId).toBe("Ops");
const cleared = normalizeCronJobCreate({
name: "agent-clear",