File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
x-pack/test/api_integration/apis/ml/results Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77import expect from '@kbn/expect' ;
88import { FtrProviderContext } from '../../../ftr_provider_context' ;
99import { USER } from '../../../../functional/services/ml/security_common' ;
10- import { COMMON_REQUEST_HEADERS } from '../../../../functional/services/ml/common ' ;
10+ import { COMMON_REQUEST_HEADERS } from '../../../../functional/services/ml/common_api ' ;
1111import { Datafeed } from '../../../../../plugins/ml/common/types/anomaly_detection_jobs' ;
1212import { AnomalyCategorizerStatsDoc } from '../../../../../plugins/ml/common/types/anomalies' ;
1313
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import expect from '@kbn/expect';
88import { Datafeed , Job } from '../../../../../plugins/ml/common/types/anomaly_detection_jobs' ;
99import { FtrProviderContext } from '../../../ftr_provider_context' ;
1010import { USER } from '../../../../functional/services/ml/security_common' ;
11- import { COMMON_REQUEST_HEADERS } from '../../../../functional/services/ml/common ' ;
11+ import { COMMON_REQUEST_HEADERS } from '../../../../functional/services/ml/common_api ' ;
1212
1313export default ( { getService } : FtrProviderContext ) => {
1414 const esArchiver = getService ( 'esArchiver' ) ;
You can’t perform that action at this time.
0 commit comments