Skip to content

Commit

Permalink
Modify functional test to use new ES client.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Oct 19, 2020
1 parent 87d72f7 commit 9e284d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function getAlwaysFiringAlertType() {
instanceContextValue: true,
});
}
await services.callCluster('index', {
await services.scopedClusterClient.index({
index: params.index,
refresh: 'wait_for',
body: {
Expand Down

0 comments on commit 9e284d0

Please sign in to comment.