Skip to content

Commit 830ef82

Browse files
committed
MAGETWO-64959: Grouped product is missing in category
1 parent 6c283f0 commit 830ef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Search/_files/grouped_product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$objectManager = Bootstrap::getObjectManager();
2020

2121
/** @var \Magento\Catalog\Api\ProductAttributeRepositoryInterface $attributeRepository */
22-
$attributeRepository = $objectManager->get(ProductAttributeRepositoryInterface::class);
22+
$attributeRepository = $objectManager->create(ProductAttributeRepositoryInterface::class);
2323
$attribute = $attributeRepository->get('tax_class_id');
2424
$attribute->setIsFilterableInSearch(true);
2525
$attributeRepository->save($attribute);

0 commit comments

Comments
 (0)