chore(review-workflows): remove useless console.log

This commit is contained in:
nathan-pichon 2023-07-03 11:50:03 +02:00
parent 7bc57af01d
commit 30ff81ecbc
No known key found for this signature in database

View File

@ -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] } } }
);