Skip to content

Commit

Permalink
adds version to file names
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Sep 2, 2021
1 parent 9ac5c09 commit 4d52e69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const testDataListPositive = [
{
filePath: path.join(__dirname, 'files_to_import', 'anomaly_detection_jobs.json'),
filePath: path.join(__dirname, 'files_to_import', 'anomaly_detection_jobs_7.16.json'),
expected: {
jobType: 'anomaly-detector' as JobType,
jobIds: ['ad-test1', 'ad-test3'],
skippedJobIds: ['ad-test2'],
},
},
{
filePath: path.join(__dirname, 'files_to_import', 'data_frame_analytics_jobs.json'),
filePath: path.join(__dirname, 'files_to_import', 'data_frame_analytics_jobs_7.16.json'),
expected: {
jobType: 'data-frame-analytics' as JobType,
jobIds: ['dfa-test1'],
Expand Down

0 comments on commit 4d52e69

Please sign in to comment.