Skip to content

Commit 2554f1e

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 862d4d9 commit 2554f1e

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
@@ -91,7 +91,7 @@ public function testGetFinalPriceWithCustomOption()
9191
[
9292
[
9393
'id' => 1,
94-
'option_id' => 0,
94+
'option_id' => null,
9595
'previous_group' => 'text',
9696
'title' => 'Test Field',
9797
'type' => 'field',

0 commit comments

Comments
 (0)