Skip to content

Commit 1a43415

Browse files
committed
fix multisearchlowlevelpostdatatests still using query AND fetch vs query THEN fetch
1 parent 8ecab64 commit 1a43415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Search/MultiSearch/MultiSearchLowLevelPostDataTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public MultiSearchLowLevelPostDataTests(ReadOnlyCluster cluster, EndpointUsage u
2828
{
2929
new {},
3030
new { from = 0, size = 10, query = new { match_all = new {} } },
31-
new { search_type = "query_and_fetch" },
31+
new { search_type = "query_then_fetch" },
3232
new {},
3333
new { index = "devs", type = "developer" },
3434
new { from = 0, size = 5, query = new { match_all = new {} } },

0 commit comments

Comments
 (0)