mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore(core): Fix execution retry test for mysql (#19449)
This commit is contained in:
@@ -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,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user