Skip to content

Commit 37453bb

Browse files
committed
MC-21542: Category query does not handle disabled children properly
- add test
1 parent 4dff7db commit 37453bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public function testQueryChildCategoriesWithProducts()
212212
/**
213213
* @magentoApiDataFixture Magento/Catalog/_files/categories_disabled.php
214214
*/
215-
public function testQueryChildCategoriesWithProductsDisabled()
215+
public function testQueryCategoryWithDisabledChildren()
216216
{
217217
$query = <<<QUERY
218218
{

0 commit comments

Comments
 (0)