Skip to content

Commit c391aee

Browse files
committed
MC-40777: Cannot save product in store view scope without Magento_Catalog::edit_product_design
1 parent 2cf1773 commit c391aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/AuthorizationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testAuthorizedSavingOf(array $data): void
6868
$this->request->setPost(new Parameters($data));
6969

7070
/** @var Product $product */
71-
$product = $this->productRepository->get('simple');
71+
$product = $this->productRepository->get('simple_design_attribute');
7272

7373
$product = $this->initializationHelper->initialize($product);
7474
$this->assertEquals('simple_new', $product->getName());

0 commit comments

Comments
 (0)