Skip to content

Commit 9754d5f

Browse files
committed
Fix logging session test after staging merge
1 parent 64f791f commit 9754d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/logs/execution/logging-session.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ describe('LoggingSession completion retries', () => {
328328
)
329329
expect(rawFinalOutput.result.echoed).toBe(`prefix:${secret}:suffix`)
330330
expect(rawTraceSpans[0].output.echoed).toBe(secret)
331-
expect(calculateCostSummary).toHaveBeenCalledWith(rawTraceSpans)
331+
expect(calculateCostSummary).toHaveBeenCalledWith(rawTraceSpans, undefined)
332332
})
333333

334334
it('sanitizes synthetic workflow errors and completion failure metadata', async () => {

0 commit comments

Comments
 (0)