Skip to content

Commit fd93315

Browse files
committed
MC-33884: De-couple Braintree payment method integration from core in 2.4.0
- Replaced object manager instantiation in tests
1 parent 8eafd5f commit fd93315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/** @var ProductRepositoryInterface $productRepository */
2525
$productRepository = Bootstrap::getObjectManager()
26-
->create(ProductRepositoryInterface::class);
26+
->get(ProductRepositoryInterface::class);
2727
/** @var $installer CategorySetup */
2828
$installer = Bootstrap::getObjectManager()->create(CategorySetup::class);
2929
$eavConfig = Bootstrap::getObjectManager()->get(Config::class);

0 commit comments

Comments
 (0)