Skip to content

Commit

Permalink
Specify API version for Elasticsearch client in ScenarioManager
Browse files Browse the repository at this point in the history
This change specifically comes after the deprecation of POST for creating an index

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Aug 25, 2016
1 parent aa20d83 commit 2cf97d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/scenario_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function ScenarioManager(server) {
this.client = new elasticsearch.Client({
host: server,
requestTimeout: 300000,
apiVersion: 'master',
defer: function () {
return Promise.defer();
}
Expand Down

0 comments on commit 2cf97d6

Please sign in to comment.