From f31eb78d917d154742a7690fbdc32377a498797c Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Mon, 13 Jul 2020 14:07:51 +0200 Subject: [PATCH] fixes jest tests --- .../__snapshots__/index.test.tsx.snap | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/__snapshots__/index.test.tsx.snap b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/__snapshots__/index.test.tsx.snap index db7a778673d81e..a5610cabc1774b 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/__snapshots__/index.test.tsx.snap +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/__snapshots__/index.test.tsx.snap @@ -120,27 +120,6 @@ exports[`ColumnHeaders rendering renders correctly against snapshot 1`] = ` "type": "string", }, }, - "event": Object { - "fields": Object { - "event.end": Object { - "aggregatable": true, - "category": "event", - "description": "event.end contains the date when the event ended or when the activity was last observed.", - "example": null, - "format": "", - "indexes": Array [ - "apm-*-transaction*", - "auditbeat-*", - "endgame-*", - "filebeat-*", - "logs-*", - "packetbeat-*", - "winlogbeat-*", - ], - "name": "event.end", - "searchable": true, - "type": "date", - }, }, "base": Object { "fields": Object { @@ -400,9 +379,9 @@ exports[`ColumnHeaders rendering renders correctly against snapshot 1`] = ` "auditbeat-*", "endgame-*", "filebeat-*", + "logs-*", "packetbeat-*", "winlogbeat-*", - "logs-*", ], "name": "event.end", "searchable": true,