Skip to content

Commit

Permalink
Merge pull request elastic#8085 from tylersmalley/fix-ingest-tests
Browse files Browse the repository at this point in the history
Specify API version for Elasticsearch client in ScenarioManager
  • Loading branch information
epixa committed Aug 25, 2016
2 parents aa20d83 + 2cf97d6 commit bfb81ef
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 bfb81ef

Please sign in to comment.