mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Fix mistake when removing the High level rest Client in CCSDuelIT (#102330)
This commit is contained in:
parent
8573571fa1
commit
f6da877605
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ public class CCSDuelIT extends ESRestTestCase {
|
|||
assertNull(response.evaluate("aggregations"));
|
||||
assertNull(response.evaluate("suggest"));
|
||||
assertThat(response.evaluateArraySize("hits.hits"), greaterThan(0));
|
||||
assertThat(response.evaluate("_shards.failed"), greaterThan(2));
|
||||
assertThat(response.evaluate("_shards.failed"), greaterThanOrEqualTo(2));
|
||||
}, compareAsyncAndSyncResponses);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue