mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
fix(core): WorkflowId policy on test (no-changelog) (#35003)
This commit is contained in:
@@ -201,6 +201,7 @@ describe('POST /n8n-packages/import', () => {
|
||||
const response = await authOwnerAgent
|
||||
.post('/n8n-packages/import')
|
||||
.field('workflowConflictPolicy', 'fail')
|
||||
.field('workflowIdPolicy', 'new')
|
||||
.attach('package', tarBuffer, 'import.n8np');
|
||||
|
||||
expect(response.statusCode).toBe(200);
|
||||
|
||||
Reference in New Issue
Block a user