Skip to content

Commit cfa2925

Browse files
committed
Github #99: Sync "develop-storefront" with master branches
1 parent e9de2f4 commit cfa2925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_with_category_and_weight.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
$configurableAttributesData = [
170170
[
171171
'attribute_id' => $attribute->getId(),
172-
'code' => $firstAttribute->getAttributeCode(),
173-
'label' => $firstAttribute->getStoreLabel(),
172+
'code' => $attribute->getAttributeCode(),
173+
'label' => $attribute->getStoreLabel(),
174174
'position' => '0',
175175
'values' => $attributeValues,
176176
],

0 commit comments

Comments
 (0)