diff --git a/dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_with_category_and_weight.php b/dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_with_category_and_weight.php index c3c644842766b..91eb1d709b8f0 100644 --- a/dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_with_category_and_weight.php +++ b/dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_with_category_and_weight.php @@ -169,8 +169,8 @@ $configurableAttributesData = [ [ 'attribute_id' => $attribute->getId(), - 'code' => $firstAttribute->getAttributeCode(), - 'label' => $firstAttribute->getStoreLabel(), + 'code' => $attribute->getAttributeCode(), + 'label' => $attribute->getStoreLabel(), 'position' => '0', 'values' => $attributeValues, ],