Skip to content

Commit aa9c67e

Browse files
author
oatkiller
committed
fix tests
1 parent de1120f commit aa9c67e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

x-pack/plugins/security_solution/public/common/containers/source/index.test.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ describe('Index Fields & Browser Fields', () => {
2828
errorMessage: null,
2929
indexPattern: {
3030
fields: [],
31-
title: 'apm-*-transaction*,auditbeat-*,endgame-*,filebeat-*,packetbeat-*,winlogbeat-*',
31+
title:
32+
'apm-*-transaction*,auditbeat-*,endgame-*,filebeat-*,packetbeat-*,winlogbeat-*,logs-*',
3233
},
3334
indicesExist: true,
3435
loading: true,
@@ -57,7 +58,8 @@ describe('Index Fields & Browser Fields', () => {
5758
browserFields: mockBrowserFields,
5859
indexPattern: {
5960
fields: mockIndexFields,
60-
title: 'apm-*-transaction*,auditbeat-*,endgame-*,filebeat-*,packetbeat-*,winlogbeat-*',
61+
title:
62+
'apm-*-transaction*,auditbeat-*,endgame-*,filebeat-*,packetbeat-*,winlogbeat-*,logs-*',
6163
},
6264
loading: false,
6365
errorMessage: null,

x-pack/plugins/security_solution/public/overview/components/overview_host/index.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const mockOpenTimelineQueryResults: MockedProvidedQuery[] = [
6060
'filebeat-*',
6161
'packetbeat-*',
6262
'winlogbeat-*',
63+
'logs-*',
6364
],
6465
inspect: false,
6566
},

x-pack/plugins/security_solution/public/overview/components/overview_network/index.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const mockOpenTimelineQueryResults: MockedProvidedQuery[] = [
7575
'filebeat-*',
7676
'packetbeat-*',
7777
'winlogbeat-*',
78+
'logs-*',
7879
],
7980
inspect: false,
8081
},

0 commit comments

Comments
 (0)