mirror of
https://github.com/strapi/strapi.git
synced 2025-10-17 19:13:25 +00:00
fix: workflow creating in integration test
This commit is contained in:
parent
018409f763
commit
c944d6f50b
@ -100,6 +100,7 @@ describeOnCondition(edition === 'EE')('Review workflows', () => {
|
||||
});
|
||||
testWorkflow = await strapi.query(WORKFLOW_MODEL_UID).create({
|
||||
data: {
|
||||
contentTypes: [],
|
||||
name: 'workflow',
|
||||
stages: [defaultStage.id, secondStage.id],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user