Fix compilation

Follow-up to 5598647922
This commit is contained in:
Yannick Welsch 2019-05-28 13:56:13 +02:00
parent 5598647922
commit 1e0b0f640b
1 changed files with 1 additions and 1 deletions

View File

@ -1927,7 +1927,7 @@ public class CoordinatorTests extends ESTestCase {
Cluster.this::provideSeedHosts, clusterApplierService, onJoinValidators, Randomness.get());
masterService.setClusterStatePublisher(coordinator);
final GatewayService gatewayService = new GatewayService(settings, allocationService, clusterService,
deterministicTaskQueue.getThreadPool(this::onNode), null, null, coordinator);
deterministicTaskQueue.getThreadPool(this::onNode), null, coordinator);
logger.trace("starting up [{}]", localNode);
transportService.start();