Skip to content

Commit d9b8b7d

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-59: Importing Bundle with '?' in the option title corrupts how option is displayed and prevents product from being added to cart
1 parent 583b1f8 commit d9b8b7d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/BundleImportExport/Model/Import/Product/Type/BundleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function testBundleImportUpdateValuesWithQuestionMark(): void
209209
$productId = $resource->getIdBySku(self::TEST_PRODUCT_NAME);
210210
$this->assertIsNumeric($productId);
211211
/** @var Product $product */
212-
$product = $this->objectManager->create(Product::class);
212+
$product = $this->objectManager->create(ProductRepository::class);
213213
$product->load($productId);
214214

215215
$this->assertFalse($product->isObjectNew());

0 commit comments

Comments
 (0)