Skip to content

Commit 6d2aa01

Browse files
committed
ACP2E-1264: Bundle options missed in Graphql response when display out of stock products = Yes
1 parent a320665 commit 6d2aa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class CategoryListTest extends GraphQlAbstract
2121
{
2222
#[
23-
ConfigFixture(CatalogInventoryConfiguration::XML_PATH_SHOW_OUT_OF_STOCK, '1'),
23+
ConfigFixture(CatalogInventoryConfiguration::XML_PATH_SHOW_OUT_OF_STOCK, '1', 'store', 'default'),
2424
DataFixture(CategoryFixture::class, ['url_path' => 'cat1'], 'cat1'),
2525
DataFixture(ProductFixture::class, ['sku' => 's1', 'stock_item' => ['is_in_stock' => false]], 's1'),
2626
DataFixture(ProductFixture::class, ['sku' => 's2'], 's2'),

0 commit comments

Comments
 (0)