Skip to content

Commit 9f95ce7

Browse files
committed
modify existing FT to handle case of string param
1 parent 2fc19f1 commit 9f95ce7

File tree

1 file changed

+1
-1
lines changed
  • x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui

1 file changed

+1
-1
lines changed

x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
228228
timeWindowUnit: 'm',
229229
groupBy: 'all',
230230
threshold: [1000, 5000],
231-
index: ['.kibana_1'],
231+
index: '.kibana_1',
232232
timeField: 'alert',
233233
},
234234
actions: [

0 commit comments

Comments
 (0)