Skip to content

Commit

Permalink
fix func test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Mar 2, 2021
1 parent 9bef6e3 commit 2888356
Showing 1 changed file with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,34 +665,6 @@ const EXPECTED_DATA = [
],
isObjectArray: false,
},
{
category: '_index',
field: '_index',
values: ['filebeat-7.0.0-iot-2019.06'],
originalValue: ['filebeat-7.0.0-iot-2019.06'],
isObjectArray: false,
},
{
category: '_type',
field: '_type',
values: ['_doc'],
originalValue: ['_doc'],
isObjectArray: false,
},
{
category: '_id',
field: '_id',
values: ['QRhG1WgBqd-n62SwZYDT'],
originalValue: ['QRhG1WgBqd-n62SwZYDT'],
isObjectArray: false,
},
{
category: '_score',
field: '_score',
values: ['1'],
originalValue: ['1'],
isObjectArray: false,
},
];
const EXPECTED_KPI_COUNTS = {
destinationIpCount: 154,
Expand Down

0 comments on commit 2888356

Please sign in to comment.