Skip to content

Commit d78f373

Browse files
author
Olga Nakonechna
committed
MAGETWO-52974: CLONE - Configurable product options not saved when editing
1 parent 65f6300 commit d78f373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/ConfigurableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ public function testGetSelectedAttributesInfo()
665665
'label' => 'attr_store_label',
666666
'value' => '',
667667
'option_id' => 1,
668-
'option_value' => []
668+
'option_value' => ''
669669
]
670670
]
671671
);

0 commit comments

Comments
 (0)