Skip to content

Commit f378e34

Browse files
undo misc. change that slipped in
1 parent 5505fab commit f378e34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/internalClusterTest/java/org/elasticsearch/cluster/ClusterInfoServiceIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
import static java.util.Collections.emptySet;
6060
import static java.util.Collections.singletonList;
6161
import static java.util.Collections.unmodifiableSet;
62-
import static org.elasticsearch.cluster.InternalClusterInfoService.INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL_SETTING;
6362
import static org.elasticsearch.common.util.set.Sets.newHashSet;
6463
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;
6564
import static org.hamcrest.CoreMatchers.equalTo;
@@ -208,7 +207,7 @@ public void testClusterInfoServiceInformationClearOnError() {
208207
internalCluster().startNodes(
209208
2,
210209
// manually control publishing
211-
Settings.builder().put(INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL_SETTING.getKey(), "60m").build()
210+
Settings.builder().put(InternalClusterInfoService.INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL_SETTING.getKey(), "60m").build()
212211
);
213212
prepareCreate("test").setSettings(Settings.builder().put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 1)).get();
214213
ensureGreen("test");

0 commit comments

Comments
 (0)