Skip to content

Commit 23d591a

Browse files
committed
remove more
1 parent 3a0e265 commit 23d591a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,9 +1859,6 @@ public static void ensureHealth(RestClient restClient, String index, Consumer<Re
18591859
if (e.getResponse().getStatusLine().getStatusCode() == HttpStatus.SC_REQUEST_TIMEOUT) {
18601860
try {
18611861
final Request clusterStateRequest = new Request("GET", "/_cluster/state?pretty");
1862-
if (multiProjectEnabled) {
1863-
clusterStateRequest.addParameter("multi_project", "true");
1864-
}
18651862
final Response clusterStateResponse = restClient.performRequest(clusterStateRequest);
18661863
fail(
18671864
"timed out waiting for green state for index ["

0 commit comments

Comments
 (0)