Skip to content

Commit

Permalink
[TEST] Update TransportSearchActionTests#testShouldMinimizeRoundtrips
Browse files Browse the repository at this point in the history
Relates to elastic#40044

Closes elastic#40051
  • Loading branch information
javanna committed Mar 19, 2019
1 parent e39cb73 commit 6b2e2ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ public void testShouldMinimizeRoundtrips() throws Exception {
searchRequestTests.setUp();
SearchRequest searchRequest = searchRequestTests.createSearchRequest();
searchRequest.scroll((Scroll)null);
searchRequest.searchType(SearchType.QUERY_THEN_FETCH);
SearchSourceBuilder source = searchRequest.source();
if (source != null) {
CollapseBuilder collapse = source.collapse();
Expand Down

0 comments on commit 6b2e2ee

Please sign in to comment.