Skip to content

Commit

Permalink
updating types in functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 9, 2020
1 parent b6e3873 commit b7ca502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
import {
Job,
Datafeed,
} from '../../../../..//legacy/plugins/ml/public/application/jobs/new_job/common/job_creator/configs';
} from '../../../../..//legacy/plugins/ml/common/types/anomaly_detection_jobs';

const JOB_CONFIG: Job = {
job_id: `fq_multi_1_ae`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
import {
Job,
Datafeed,
} from '../../../../..//legacy/plugins/ml/public/application/jobs/new_job/common/job_creator/configs';
} from '../../../../..//legacy/plugins/ml/common/types/anomaly_detection_jobs';

const JOB_CONFIG: Job = {
job_id: `fq_single_1_smv`,
Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/functional/services/machine_learning/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

import { JOB_STATE, DATAFEED_STATE } from '../../../../legacy/plugins/ml/common/constants/states';
import { DATA_FRAME_TASK_STATE } from '../../../../legacy/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/analytics_list/common';
import { Job } from '../../../..//legacy/plugins/ml/public/application/jobs/new_job/common/job_creator/configs/job';
import { Datafeed } from '../../../..//legacy/plugins/ml/public/application/jobs/new_job/common/job_creator/configs/datafeed';
import { Job, Datafeed } from '../../../..//legacy/plugins/ml/common/types/anomaly_detection_jobs';

export type MlApi = ProvidedType<typeof MachineLearningAPIProvider>;

Expand Down

0 comments on commit b7ca502

Please sign in to comment.