Skip to content

Commit 77a434b

Browse files
authored
[ML] Functional tests - fix imports in results API tests (#75533)
This PR fixes the broken COMMON_REQUEST_HEADERS in the recently added results API tests.
1 parent d158692 commit 77a434b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/test/api_integration/apis/ml/results/get_categorizer_stats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import expect from '@kbn/expect';
88
import { FtrProviderContext } from '../../../ftr_provider_context';
99
import { 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';
1111
import { Datafeed } from '../../../../../plugins/ml/common/types/anomaly_detection_jobs';
1212
import { AnomalyCategorizerStatsDoc } from '../../../../../plugins/ml/common/types/anomalies';
1313

x-pack/test/api_integration/apis/ml/results/get_stopped_partitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import expect from '@kbn/expect';
88
import { Datafeed, Job } from '../../../../../plugins/ml/common/types/anomaly_detection_jobs';
99
import { FtrProviderContext } from '../../../ftr_provider_context';
1010
import { 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

1313
export default ({ getService }: FtrProviderContext) => {
1414
const esArchiver = getService('esArchiver');

0 commit comments

Comments
 (0)