Skip to content

Commit 0e71ee6

Browse files
Updated test case
1 parent 4a31011 commit 0e71ee6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Initialization/Helper/Plugin/UpdateConfigurationsTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ public function testAfterInitialize()
136136
'swatch_image' => 'simple2_swatch_image',
137137
'small_image' => 'simple2_small_image',
138138
'thumbnail' => 'simple2_thumbnail',
139-
'image' => 'simple2_image'
139+
'image' => 'simple2_image',
140+
'product_has_weight' => 1,
141+
'type_id' => 'simple'
140142
],
141143
'product3' => [
142144
'quantity_and_stock_status' => ['qty' => '3']

0 commit comments

Comments
 (0)