From 28883560c259cec0bccb3eb6f7ef3ac505d8f4db Mon Sep 17 00:00:00 2001 From: Steph Milovic Date: Tue, 2 Mar 2021 07:32:26 -0600 Subject: [PATCH] fix func test --- .../security_solution/timeline_details.ts | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/x-pack/test/api_integration/apis/security_solution/timeline_details.ts b/x-pack/test/api_integration/apis/security_solution/timeline_details.ts index c3859234569cb6..8b60685b8b53d9 100644 --- a/x-pack/test/api_integration/apis/security_solution/timeline_details.ts +++ b/x-pack/test/api_integration/apis/security_solution/timeline_details.ts @@ -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,