Skip to content

Commit df46d9c

Browse files
Yurii Hryhorievgemscng
authored andcommitted
MAGETWO-47698: [Github] Custom options not displayed correctly on a store view level magento#2908 magento#5885
- tests stabilization
1 parent 4d4d2aa commit df46d9c

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product/Type/Configurable

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product/Type/Configurable/PriceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function testGetFinalPriceWithCustomOption()
8989
[
9090
[
9191
'id' => 1,
92-
'option_id' => 0,
92+
'option_id' => null,
9393
'previous_group' => 'text',
9494
'title' => 'Test Field',
9595
'type' => 'field',

0 commit comments

Comments
 (0)