Skip to content

Commit 05b5f1f

Browse files
author
Olexandr Lysenko
committed
Merge branch 'MAGETWO-58896' into bugfixes
2 parents 1ddd346 + 71f0f3c commit 05b5f1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntitybyAttributeMaskSkuTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ public function testCreate(
7878
$newProductPage->getProductForm()->fill($product);
7979
$newProductPage->getFormPageActions()->save();
8080

81-
$data = $product->getData();
82-
$skuMask = $data['data']['sku'] = $this->prepareSkuByMask($product);
81+
$skuMask = $this->prepareSkuByMask($product);
8382

8483
$productSimple = $fixtureFactory->createByCode(
8584
'catalogProductSimple',

0 commit comments

Comments
 (0)