diff --git a/src/core/server/integration_tests/saved_objects/migrations/check_target_mappings.test.ts b/src/core/server/integration_tests/saved_objects/migrations/check_target_mappings.test.ts index 4acebc4c527f..5878c6ba8730 100644 --- a/src/core/server/integration_tests/saved_objects/migrations/check_target_mappings.test.ts +++ b/src/core/server/integration_tests/saved_objects/migrations/check_target_mappings.test.ts @@ -18,7 +18,7 @@ import { createRootWithCorePlugins, createTestServers, type TestElasticsearchUtils, -} from '@kbn/core-test-helpers-kbn-server'; +} from '../../../../test_helpers/kbn_server'; const logFilePath = Path.join(__dirname, 'check_target_mappings.log');