diff --git a/packages/core/strapi/tests/api/relations.test.api.js b/packages/core/strapi/tests/api/relations.test.api.js index 987f6c86ba..fc74e5be91 100644 --- a/packages/core/strapi/tests/api/relations.test.api.js +++ b/packages/core/strapi/tests/api/relations.test.api.js @@ -820,7 +820,6 @@ describe('Relations', () => { const updatedShop = await updateShop(shop, { anyToManyRel: [ - { id: id3, position: { after: id1 } }, { id: id1, position: { before: id2 } }, { id: id2, position: { start: true } }, { id: id3, position: { end: true } },