Skip to content

Commit c2f8471

Browse files
committed
ACP2E-2653: Disabling Layered Navetion - Does not remove aggregation from Graphql
1 parent f0da52c commit c2f8471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchCategoryAggregationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function testDontFetchCategoriesWhenDisplayCategoryDisabled(): void
267267
* @return array
268268
* @throws \Exception
269269
*/
270-
private function aggregationWithDisplayCategorySetting(): array
270+
private function aggregationWithDisplayCategorySetting(): array
271271
{
272272
$query = $this->getGraphQlQueryProductSearch();
273273
$result = $this->graphQlQuery($query);

0 commit comments

Comments
 (0)