Skip to content

Commit 01fcc09

Browse files
committed
Fix merge
1 parent f97083d commit 01fcc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClusterAsyncQueryStopIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ public void testStopQueryLocal() throws Exception {
159159
assertTrue(SimplePauseFieldPlugin.startEmitting.await(30, TimeUnit.SECONDS));
160160

161161
// wait until the remotes are done
162-
waitForCluster(client(), REMOTE_CLUSTER_1, asyncExecutionId);
163-
waitForCluster(client(), REMOTE_CLUSTER_2, asyncExecutionId);
162+
waitForCluster(client, REMOTE_CLUSTER_1, asyncExecutionId);
163+
waitForCluster(client, REMOTE_CLUSTER_2, asyncExecutionId);
164164

165165
/* at this point:
166166
* the query against remotes should be finished

0 commit comments

Comments
 (0)