mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 06:45:26 +02:00
chore(core): Fix execution retry test for mysql (#19449)
This commit is contained in:
parent
47d9936fd4
commit
6f4dcf1f58
|
|
@ -325,7 +325,7 @@ describe('POST /executions/:id/retry', () => {
|
|||
{
|
||||
status: 'success',
|
||||
finished: true,
|
||||
data: {} as any,
|
||||
data: JSON.stringify({ executionData: null }),
|
||||
},
|
||||
workflow,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user