test: trim cron agentId label
This commit is contained in:
parent
42b8fce4e5
commit
765626b492
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue