fixed compile error after merging in the 7.x branch

This commit is contained in:
Martijn van Groningen 2019-04-29 10:31:30 +02:00
parent eb9618f1b7
commit 57adee0c63
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ public class SnapshotResiliencyTests extends ESTestCase {
new IngestService(
clusterService, threadPool, environment, scriptService,
new AnalysisModule(environment, Collections.emptyList()).getAnalysisRegistry(),
Collections.emptyList()),
Collections.emptyList(), null),
transportShardBulkAction, client, actionFilters, indexNameExpressionResolver,
new AutoCreateIndex(settings, clusterSettings, indexNameExpressionResolver)
));