fix: align agent id normalization

This commit is contained in:
Peter Steinberger
2026-01-24 12:10:08 +00:00
parent ef9ba66798
commit 298901208d
4 changed files with 4 additions and 4 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",