diff --git a/x-pack/plugins/fleet/server/mocks/app_context_mock.ts b/x-pack/plugins/fleet/server/mocks/app_context_mock.ts index 01c552327abc6..2171f7c1db0d5 100644 --- a/x-pack/plugins/fleet/server/mocks/app_context_mock.ts +++ b/x-pack/plugins/fleet/server/mocks/app_context_mock.ts @@ -9,7 +9,6 @@ import { loggingSystemMock, savedObjectsServiceMock, } from '../../../../../src/core/server/mocks'; -import { licensingMock } from '../../../../plugins/licensing/server/mocks'; import type { FleetAppContext } from '../plugin'; import { encryptedSavedObjectsMock } from '../../../encrypted_saved_objects/server/mocks'; import { securityMock } from '../../../security/server/mocks';