diff --git a/x-pack/plugins/index_management/__jest__/client_integration/home.test.ts b/x-pack/plugins/index_management/__jest__/client_integration/home.test.ts index 4369ab2c2b2f0..ef5018d36c1e3 100644 --- a/x-pack/plugins/index_management/__jest__/client_integration/home.test.ts +++ b/x-pack/plugins/index_management/__jest__/client_integration/home.test.ts @@ -8,7 +8,7 @@ import { act } from 'react-dom/test-utils'; import * as fixtures from '../../test/fixtures'; import { setupEnvironment, pageHelpers, nextTick, getRandomString } from './helpers'; import { IdxMgmtHomeTestBed } from './helpers/home.helpers'; -import { API_BASE_PATH, BASE_PATH } from '../../common/constants'; +import { API_BASE_PATH } from '../../common/constants'; const { setup } = pageHelpers.home;