Skip to content

Commit e7c8428

Browse files
MC-29126: Admin: Create/update/delete configurable product
1 parent 0b8761f commit e7c8428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/configurable_product_with_one_simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
require __DIR__ . '/configurable_attribute.php';
2020
$objectManager = Bootstrap::getObjectManager();
2121
/** @var ProductRepositoryInterface $productRepository */
22-
$productRepository = Bootstrap::getObjectManager()->create(ProductRepositoryInterface::class);
22+
$productRepository = $objectManager->get(ProductRepositoryInterface::class);
2323
/** @var ProductFactory $productFactory */
2424
$productFactory = $objectManager->get(ProductFactory::class);
2525
/** @var Factory $optionsFactory */

0 commit comments

Comments
 (0)