Skip to content

Commit

Permalink
Fixed tests and type check
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Mar 17, 2020
1 parent 935d8e0 commit 00e8703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
EuiFormRow,
EuiSwitch,
EuiSpacer,
EuiHorizontalRule,
EuiCodeEditor,
EuiComboBox,
EuiComboBoxOptionOption,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ export default function indexTest({ getService }: FtrProviderContext) {
.send({
name: 'An index action',
actionTypeId: '.index',
config: { index: ES_TEST_INDEX_NAME },
config: {
index: ES_TEST_INDEX_NAME,
refresh: true,
},
secrets: {},
})
.expect(200);
Expand Down

0 comments on commit 00e8703

Please sign in to comment.