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:
Devin Foley 2026-03-26 23:27:47 -07:00
parent 1b70091dcd
commit 942d023148

View file

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