mirror of
https://github.com/strapi/strapi.git
synced 2025-10-19 20:11:06 +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({
|
testWorkflow = await strapi.query(WORKFLOW_MODEL_UID).create({
|
||||||
data: {
|
data: {
|
||||||
|
contentTypes: [],
|
||||||
name: 'workflow',
|
name: 'workflow',
|
||||||
stages: [defaultStage.id, secondStage.id],
|
stages: [defaultStage.id, secondStage.id],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user