test(ui): fix heartbeat run fixture drift

This commit is contained in:
Dotta 2026-04-10 22:42:52 -05:00
parent 0162bb332c
commit 1cd0281b4d
3 changed files with 2 additions and 24 deletions

View file

@ -135,6 +135,7 @@ function makeRun(id: string, status: HeartbeatRun["status"], createdAt: string,
errorCode: null,
externalRunId: null,
processPid: null,
processGroupId: null,
processStartedAt: null,
retryOfRunId: null,
processLossRetryCount: 0,