mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
chore: remove duplicated test
This commit is contained in:
parent
bc03369e29
commit
97b02d0856
@ -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', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user