Skip to content

Commit b25b512

Browse files
author
Roman Lytvynenko
committed
MAGETWO-99491: Configurable options attribute position is not saved correctly via API
1 parent cd58124 commit b25b512

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/LinkManagementTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ public function testConfigurableOptionPositionPreservation()
178178
$position++;
179179
}
180180

181-
// Validating initial attribute and option numbers
182181
$this->assertArrayHasKey($attributesToAdd[0], $attributeOptions);
183182
$this->assertArrayHasKey($attributesToAdd[1], $attributeOptions);
184183
$this->assertCount(4, $attributeOptions[$attributesToAdd[0]]);

0 commit comments

Comments
 (0)