We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310a398 commit c915c42Copy full SHA for c915c42
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Data/ProductAttributeData.xml
@@ -74,7 +74,7 @@
74
<requiredEntity type="FrontendLabel">ProductAttributeFrontendLabel</requiredEntity>
75
</entity>
76
<entity name="productAttributeWithDropdownTwoOptions" type="ProductAttribute">
77
- <data key="attribute_code" unique="suffix">testattribute</data>
+ <data key="attribute_code">testattribute</data>
78
<data key="frontend_input">select</data>
79
<data key="scope">global</data>
80
<data key="is_required">false</data>
0 commit comments