mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat(cms): content not getting updated failed test
This commit is contained in:
parent
ad2845afec
commit
adffbdaead
@ -156,7 +156,7 @@ describe('ContentController', () => {
|
|||||||
expect(result).toEqualPayload([
|
expect(result).toEqualPayload([
|
||||||
{
|
{
|
||||||
...contentFixtures.find(({ title }) => title === 'Jean'),
|
...contentFixtures.find(({ title }) => title === 'Jean'),
|
||||||
entity: contentType,
|
entity: contentType.id,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user