diff --git a/x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/poly_layer_mock.ts b/x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/__mocks__/poly_layer_mock.ts similarity index 98% rename from x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/poly_layer_mock.ts rename to x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/__mocks__/poly_layer_mock.ts index 3b21b5a139107..ff91cf9fe6674 100644 --- a/x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/poly_layer_mock.ts +++ b/x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/__mocks__/poly_layer_mock.ts @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the Elastic License. */ -import lowPolyLayerFeatures from './low_poly_layer.json'; +import lowPolyLayerFeatures from '../low_poly_layer.json'; export const mockDownPointsLayer = { id: 'down_points', diff --git a/x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/map_config.test.ts b/x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/map_config.test.ts index 61742c78a137e..b18ada8a582fd 100644 --- a/x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/map_config.test.ts +++ b/x-pack/plugins/uptime/public/components/monitor/status_details/location_map/embeddables/map_config.test.ts @@ -5,7 +5,7 @@ */ import { getLayerList } from './map_config'; -import { mockLayerList } from './poly_layer_mock'; +import { mockLayerList } from './__mocks__/poly_layer_mock'; import { LocationPoint } from './embedded_map'; import { UptimeAppColors } from '../../../../../apps/uptime_app';