diff --git a/api-tests/core/admin/ee/review-workflows.test.api.js b/api-tests/core/admin/ee/review-workflows.test.api.js index 34b0ea302e..a3be7ef3fb 100644 --- a/api-tests/core/admin/ee/review-workflows.test.api.js +++ b/api-tests/core/admin/ee/review-workflows.test.api.js @@ -483,7 +483,7 @@ describeOnCondition(edition === 'EE')('Review workflows', () => { describe('Review Workflow is enabled', () => { beforeAll(async () => { // Update workflow to unassign content type - const workflow = await requests.admin.put( + await requests.admin.put( `/admin/review-workflows/workflows/${testWorkflow.id}?populate=*`, { body: { data: { contentTypes: [productUID] } } } );