feat(cms): content not getting updated failed test

This commit is contained in:
Amit Ranjan 2024-10-02 13:39:58 +05:30
parent ad2845afec
commit adffbdaead

View File

@ -156,7 +156,7 @@ describe('ContentController', () => {
expect(result).toEqualPayload([
{
...contentFixtures.find(({ title }) => title === 'Jean'),
entity: contentType,
entity: contentType.id,
},
]);
});