diff --git a/packages/core/data-transfer/src/strapi/__tests__/register.test.ts b/packages/core/data-transfer/src/strapi/__tests__/register.test.ts index 9063b60c19..fc5902845a 100644 --- a/packages/core/data-transfer/src/strapi/__tests__/register.test.ts +++ b/packages/core/data-transfer/src/strapi/__tests__/register.test.ts @@ -2,7 +2,7 @@ import { getStrapiFactory } from '../../__tests__/test-utils'; import { createTransferHandler } from '../remote/handlers'; import register from '../register'; -import { TRANSFER_PATH } from '../../../lib/strapi/remote/constants'; +import { TRANSFER_PATH } from '../remote/constants'; afterEach(() => { jest.clearAllMocks();