Skip to content

Commit 579c851

Browse files
committed
Oops, fix double comment
1 parent 26f799d commit 579c851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions/SearchableSnapshotActionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ snapshotRepo, randomBoolean()))
553553
30, TimeUnit.SECONDS);
554554

555555
Map<String, Object> warmIndexSettings = getIndexSettingsAsMap(restoredIndex);
556-
// // the searchable snapshot continues on the to warm tier and onward
556+
// the searchable snapshot continues on the to warm tier and onward
557557
assertThat(warmIndexSettings.get(DataTierAllocationDecider.INDEX_ROUTING_PREFER), is("data_warm,data_hot"));
558558
}
559559

0 commit comments

Comments
 (0)