Skip to content

Commit 8961b9d

Browse files
committed
ACP2E-2885: Products graphql returned disabled categories in the category aggregations
1 parent 978de5f commit 8961b9d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class CategoryTest extends \PHPUnit\Framework\TestCase
1717
{
18-
const CURRENT_CATEGORY_FILTER = 'current_category_filter';
18+
private const CURRENT_CATEGORY_FILTER = 'current_category_filter';
1919

2020
/**
2121
* @var \Magento\CatalogSearch\Model\Layer\Filter\Category

0 commit comments

Comments
 (0)