mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
fix(ee): api test for stage update
This commit is contained in:
parent
5b54885381
commit
69f6516378
@ -421,7 +421,7 @@ describeOnCondition(edition === 'EE')('Review workflows', () => {
|
||||
});
|
||||
|
||||
expect(response.status).toEqual(200);
|
||||
expect(response.body[ENTITY_STAGE_ATTRIBUTE]).toEqual(
|
||||
expect(response.body.data[ENTITY_STAGE_ATTRIBUTE]).toEqual(
|
||||
expect.objectContaining({ id: secondStage.id })
|
||||
);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user