Skip to content

Commit 98df3ca

Browse files
committed
MAGETWO-57981: Backport unable to export bundle product
- Attempting to clean up L2 build
1 parent 1c56c34 commit 98df3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/text_attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
);
3434
$attribute->save();
3535
/* Assign attribute to attribute set */
36-
$installer->addAttributeToGroup('catalog_produc t', 'Default', 'General', $attribute->getId());
36+
$installer->addAttributeToGroup('catalog_product', 'Default', 'General', $attribute->getId());

0 commit comments

Comments
 (0)