Skip to content

Commit

Permalink
Add index to .index action type test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Mar 19, 2020
1 parent 06a73ce commit 0cbeaf0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export default function indexTest({ getService }: FtrProviderContext) {
.send({
name: 'An index action',
actionTypeId: '.index',
config: {},
config: {
index: 'foo',
},
secrets: {},
})
.expect(200);
Expand Down

0 comments on commit 0cbeaf0

Please sign in to comment.