fixed compile error after merging in the 7.x branch
This commit is contained in:
parent
eb9618f1b7
commit
57adee0c63
|
@ -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)
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue