Fix renamed constant

Original commit: elastic/x-pack-elasticsearch@709cd849b2
This commit is contained in:
Simon Willnauer 2016-01-27 11:55:15 +01:00
parent 11125797bc
commit 6c290d22c1
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class SlowWatchStatsTests extends AbstractWatcherIntegrationTestCase {
return Settings.builder() return Settings.builder()
.put(super.nodeSettings(nodeOrdinal)) .put(super.nodeSettings(nodeOrdinal))
// So it is predictable how many slow watches we need to add to accumulate pending watches // So it is predictable how many slow watches we need to add to accumulate pending watches
.put(EsExecutors.PROCESSORS, "1") .put(EsExecutors.PROCESSORS_SETTING.getKey(), "1")
.build(); .build();
} }