Skip to content

Commit 8fa7764

Browse files
author
Yurii Hryhoriev
committed
MAGETWO-47698: [Github] Custom options not displayed correctly on a store view level #2908 #5885
- tests stabilization
1 parent 47123d2 commit 8fa7764

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/HelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ public function testInitialize()
200200
->method('setProductSku');
201201

202202
$optionsData = [
203-
'option1' => ['is_delete' => true, 'name' => 'name1', 'price' => 'price1'],
204-
'option2' => ['is_delete' => false, 'name' => 'name1', 'price' => 'price1'],
203+
'option1' => ['is_delete' => true, 'name' => 'name1', 'price' => 'price1', 'option_id' => ''],
204+
'option2' => ['is_delete' => false, 'name' => 'name1', 'price' => 'price1', 'option_id' => '13'],
205205
];
206206
$productData = [
207207
'stock_data' => ['stock_data'],

0 commit comments

Comments
 (0)