From 765626b492d064526326dde38ad88cd7f84ee976 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 24 Jan 2026 13:59:48 +0000 Subject: [PATCH] test: trim cron agentId label --- src/cron/normalize.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cron/normalize.test.ts b/src/cron/normalize.test.ts index fbbfc5e66..45a1606d4 100644 --- a/src/cron/normalize.test.ts +++ b/src/cron/normalize.test.ts @@ -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,