Skip to content

Commit 372a3b2

Browse files
committed
ACP2E-948: Product listing GraphQL query limited to total_count 10,000 products only
1 parent 7cf67ea commit 372a3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Elasticsearch7/Test/Unit/SearchAdapter/AdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function testQueryExceedingPageSizeLimit(int $from, int $size): void
257257
];
258258
$this->connectionMock->expects($this->exactly(2))
259259
->method('query')
260-
->willReturnCallback(fn ($query) => match($query) {
260+
->willReturnCallback(fn ($query) => match ($query) {
261261
$firstQuery => $firstResponse,
262262
$finalQuery => $finalResponse,
263263
});

0 commit comments

Comments
 (0)