mirror of
https://github.com/strapi/strapi.git
synced 2025-10-18 19:43:22 +00:00
chore(review-workflows): remove useless console.log
This commit is contained in:
parent
7bc57af01d
commit
30ff81ecbc
@ -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] } } }
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user