We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5dfd4 commit 2f638e7Copy full SHA for 2f638e7
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/ClusterRequestTests.java
@@ -165,7 +165,6 @@ public void testFallbackIndicesOptions() throws Exception {
165
assertThat(cloned.clusterAlias(), equalTo(request.clusterAlias()));
166
assertThat(cloned.sessionId(), equalTo(request.sessionId()));
167
RemoteClusterPlan plan = cloned.remoteClusterPlan();
168
- assertThat(plan.plan(), equalTo(request.remoteClusterPlan().plan()));
169
assertThat(plan.targetIndices(), equalTo(request.remoteClusterPlan().targetIndices()));
170
OriginalIndices originalIndices = plan.originalIndices();
171
assertThat(originalIndices.indices(), equalTo(request.remoteClusterPlan().originalIndices().indices()));
0 commit comments