test: trim cron agentId label

This commit is contained in:
Peter Steinberger 2026-01-24 13:59:48 +00:00
parent 69e81bce5b
commit 9d9e82ece9

View File

@ -24,7 +24,7 @@ describe("normalizeCronJobCreate", () => {
expect("provider" in payload).toBe(false);
});
it("normalizes agentId and drops null", () => {
it("trims agentId and drops null", () => {
const normalized = normalizeCronJobCreate({
name: "agent-set",
enabled: true,