mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Fix workflow typings in a test with isArchived field (no-changelog) (#15149)
This commit is contained in:
@@ -31,6 +31,7 @@ const TEST_WORKFLOWS: Resource[] = vi.hoisted(() => [
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString(),
|
||||
active: true,
|
||||
isArchived: false,
|
||||
readOnly: false,
|
||||
homeProject: TEST_HOME_PROJECT,
|
||||
},
|
||||
@@ -41,6 +42,7 @@ const TEST_WORKFLOWS: Resource[] = vi.hoisted(() => [
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString(),
|
||||
active: true,
|
||||
isArchived: false,
|
||||
readOnly: false,
|
||||
homeProject: TEST_HOME_PROJECT,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user