Skip to content

Commit 0fa2b70

Browse files
committed
MAGETWO-57153: [Backport] - [Github] Custom options not displayed correctly on a store view level #2908 #5885 #5612 - for 2.1
1 parent 63a6a54 commit 0fa2b70

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/OptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function setUp()
6060
*/
6161
public function testSaveOptionTitleCustomStore()
6262
{
63-
$this->saveOption($this->store, ['title' => 'drop_down option 1 sku Custom Store']);
63+
$this->saveOption($this->store, ['title' => 'drop_down option Custom Store']);
6464

6565
self::assertEquals('drop_down option', $this->getOptionTitle());
6666
self::assertEquals('drop_down option Custom Store', $this->getOptionTitle($this->store->getStoreId()));

0 commit comments

Comments
 (0)