We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf1773 commit c391aeeCopy full SHA for c391aee
dev/tests/integration/testsuite/Magento/Catalog/Model/Product/AuthorizationTest.php
@@ -68,7 +68,7 @@ public function testAuthorizedSavingOf(array $data): void
68
$this->request->setPost(new Parameters($data));
69
70
/** @var Product $product */
71
- $product = $this->productRepository->get('simple');
+ $product = $this->productRepository->get('simple_design_attribute');
72
73
$product = $this->initializationHelper->initialize($product);
74
$this->assertEquals('simple_new', $product->getName());
0 commit comments