fix: workflow creating in integration test

This commit is contained in:
Marc-Roig 2023-07-17 12:02:29 +02:00
parent 018409f763
commit c944d6f50b
No known key found for this signature in database
GPG Key ID: FB4E2C43A0BEE249

View File

@ -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],
},