chore(core): Fix execution retry test for mysql (#19449)

This commit is contained in:
Andreas Fitzek
2025-09-12 09:55:02 +02:00
committed by GitHub
parent 47d9936fd4
commit 6f4dcf1f58

View File

@@ -325,7 +325,7 @@ describe('POST /executions/:id/retry', () => {
{ {
status: 'success', status: 'success',
finished: true, finished: true,
data: {} as any, data: JSON.stringify({ executionData: null }),
}, },
workflow, workflow,
); );