We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb54748 commit 1c2389dCopy full SHA for 1c2389d
1 file changed
x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.test.tsx
@@ -20,7 +20,7 @@ import {
20
} from '../../../../utils/fixtures/metrics_explorer';
21
import { MetricsExplorerOptions, MetricsExplorerTimeOptions } from './use_metrics_explorer_options';
22
import { SourceQuery } from '../../../../../common/graphql/types';
23
-import { IIndexPattern } from '../../../../../../../../src/plugins/data/common/index_patterns';
+import { IIndexPattern } from '../../../../../../../../src/plugins/data/public';
24
import { HttpHandler } from 'kibana/public';
25
26
const mockedFetch = jest.fn();
0 commit comments