chore: remove duplicated test

This commit is contained in:
Marc-Roig 2023-05-19 11:49:06 +02:00
parent bc03369e29
commit 97b02d0856
No known key found for this signature in database
GPG Key ID: FB4E2C43A0BEE249

View File

@ -249,11 +249,6 @@ describeOnCondition(edition === 'EE')('Review workflows', () => {
}
});
});
test('Can not create with invalid content type', async () => {
const res = await createWorkflow({ contentTypes: ['someUID'] });
expect(res.status).toBe(400);
});
});
describe('Creating an entity in a review workflow content type', () => {