Fix missing lastOutputAt in HeartbeatRun test mock
Add lastOutputAt: null to the makeRun helper in inbox.test.ts to match the updated HeartbeatRun type. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
1b70091dcd
commit
942d023148
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ function makeRun(id: string, status: HeartbeatRun["status"], createdAt: string,
|
||||||
externalRunId: null,
|
externalRunId: null,
|
||||||
processPid: null,
|
processPid: null,
|
||||||
processStartedAt: null,
|
processStartedAt: null,
|
||||||
|
lastOutputAt: null,
|
||||||
retryOfRunId: null,
|
retryOfRunId: null,
|
||||||
processLossRetryCount: 0,
|
processLossRetryCount: 0,
|
||||||
stdoutExcerpt: null,
|
stdoutExcerpt: null,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue