Skip to content

Commit 3181167

Browse files
committed
MC-36836: Stabilize integration tests
1 parent 202dd91 commit 3181167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Multishipping/Fixtures/quote_with_configurable_product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$objectManager = Bootstrap::getObjectManager();
2525
/** @var ProductRepositoryInterface $productRepository */
2626
$productRepository = $objectManager->create(ProductRepositoryInterface::class);
27-
$product = $productRepository->getById(10);
27+
$product = $productRepository->get('simple_10');
2828
$product->setStockData(['use_config_manage_stock' => 1, 'qty' => 4, 'is_qty_decimal' => 0, 'is_in_stock' => 1]);
2929
$productRepository->save($product);
3030

0 commit comments

Comments
 (0)