Skip to content

Commit

Permalink
fix API integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Nov 29, 2023
1 parent bd268b6 commit 213b2e3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions x-pack/test/api_integration/apis/aiops/test_data.ts
Expand Up @@ -78,14 +78,14 @@ export const getLogRateAnalysisTestData = <T extends ApiVersion>(): Array<TestDa
},
},
{
testName: 'artificial_logs_with_spike_notextfield_nogaps',
dataGenerator: 'artificial_logs_with_spike_notextfield_nogaps',
testName: 'artificial_logs_with_spike',
dataGenerator: 'artificial_logs_with_spike',
requestBody: {
start: 1668760018793,
end: 1668931954793,
searchQuery: '{"match_all":{}}',
timeFieldName: '@timestamp',
index: 'artificial_logs_with_spike_notextfield_nogaps',
index: 'artificial_logs_with_spike',
baselineMin: 1668769200000,
baselineMax: 1668837600000,
deviationMin: 1668855600000,
Expand All @@ -105,14 +105,14 @@ export const getLogRateAnalysisTestData = <T extends ApiVersion>(): Array<TestDa
},
},
{
testName: 'artificial_logs_with_spike_textfield_nogaps',
dataGenerator: 'artificial_logs_with_spike_textfield_nogaps',
testName: 'artificial_logs_with_spike_textfield',
dataGenerator: 'artificial_logs_with_spike_textfield',
requestBody: {
start: 1668760018793,
end: 1668931954793,
searchQuery: '{"match_all":{}}',
timeFieldName: '@timestamp',
index: 'artificial_logs_with_spike_textfield_nogaps',
index: 'artificial_logs_with_spike_textfield',
baselineMin: 1668769200000,
baselineMax: 1668837600000,
deviationMin: 1668855600000,
Expand All @@ -132,14 +132,14 @@ export const getLogRateAnalysisTestData = <T extends ApiVersion>(): Array<TestDa
},
},
{
testName: 'artificial_logs_with_dip_notextfield_nogaps',
dataGenerator: 'artificial_logs_with_dip_notextfield_nogaps',
testName: 'artificial_logs_with_dip',
dataGenerator: 'artificial_logs_with_dip',
requestBody: {
start: 1668760018793,
end: 1668931954793,
searchQuery: '{"match_all":{}}',
timeFieldName: '@timestamp',
index: 'artificial_logs_with_dip_notextfield_nogaps',
index: 'artificial_logs_with_dip',
baselineMin: 1668855600000,
baselineMax: 1668924000000,
deviationMin: 1668769200000,
Expand All @@ -159,14 +159,14 @@ export const getLogRateAnalysisTestData = <T extends ApiVersion>(): Array<TestDa
},
},
{
testName: 'artificial_logs_with_dip_textfield_nogaps',
dataGenerator: 'artificial_logs_with_dip_textfield_nogaps',
testName: 'artificial_logs_with_dip_textfield',
dataGenerator: 'artificial_logs_with_dip_textfield',
requestBody: {
start: 1668760018793,
end: 1668931954793,
searchQuery: '{"match_all":{}}',
timeFieldName: '@timestamp',
index: 'artificial_logs_with_dip_textfield_nogaps',
index: 'artificial_logs_with_dip_textfield',
baselineMin: 1668855600000,
baselineMax: 1668924000000,
deviationMin: 1668769200000,
Expand Down

0 comments on commit 213b2e3

Please sign in to comment.