Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oatkiller committed Jul 6, 2020
1 parent d0b8351 commit de1120f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ describe('useFetchIndexPatterns', () => {
'filebeat-*',
'packetbeat-*',
'winlogbeat-*',
'logs-*',
],
name: 'event.end',
searchable: true,
Expand All @@ -370,6 +371,7 @@ describe('useFetchIndexPatterns', () => {
'filebeat-*',
'packetbeat-*',
'winlogbeat-*',
'logs-*',
],
indicesExists: true,
indexPatterns: {
Expand Down Expand Up @@ -415,7 +417,8 @@ describe('useFetchIndexPatterns', () => {
{ name: 'source.port', searchable: true, type: 'long', aggregatable: true },
{ name: 'event.end', searchable: true, type: 'date', aggregatable: true },
],
title: 'apm-*-transaction*,auditbeat-*,endgame-*,filebeat-*,packetbeat-*,winlogbeat-*',
title:
'apm-*-transaction*,auditbeat-*,endgame-*,filebeat-*,packetbeat-*,winlogbeat-*,logs-*',
},
},
result.current[1],
Expand Down Expand Up @@ -449,6 +452,7 @@ describe('useFetchIndexPatterns', () => {
'filebeat-*',
'packetbeat-*',
'winlogbeat-*',
'logs-*',
],
indicesExists: false,
isLoading: false,
Expand Down

0 comments on commit de1120f

Please sign in to comment.