Skip to content

Commit 03ef281

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9e4b605 commit 03ef281

File tree

1 file changed

+1
-3
lines changed
  • x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq

1 file changed

+1
-3
lines changed

x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClustersIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import java.util.List;
3333
import java.util.Map;
3434
import java.util.Set;
35-
import java.util.function.Predicate;
3635
import java.util.stream.Collectors;
3736
import java.util.stream.IntStream;
3837
import java.util.stream.Stream;
@@ -406,6 +405,7 @@ public void testStats() throws IOException {
406405
assertThat(clusterData, hasKey("skipped"));
407406
assertThat(clusterData, hasKey("took"));
408407
}
408+
409409
public void testLikeIndexLegacySettingNoResults() throws Exception {
410410
// the feature is completely supported if both local and remote clusters support it
411411
assumeTrue("not supported", capabilitiesSupportedNewAndOld(List.of("like_on_index_fields")));
@@ -453,8 +453,6 @@ public void testLikeIndexLegacySettingResults() throws Exception {
453453
}
454454
}
455455

456-
457-
458456
private RestClient remoteClusterClient() throws IOException {
459457
var clusterHosts = parseClusterHosts(remoteCluster.getHttpAddresses());
460458
return buildClient(restClientSettings(), clusterHosts.toArray(new HttpHost[0]));

0 commit comments

Comments
 (0)