Skip to content

Commit 1cf36d7

Browse files
committed
MQE-1469: Deliver weekly PR
- Changed sku to not include dashes, causes wrong fuzzy searches if tests fail to clean up after themselves
1 parent d1f6986 commit 1cf36d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/GroupedProduct/Test/Mftf/Data/GroupedProductData.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<requiredEntity type="product_extension_attribute">EavStockItem</requiredEntity>
1919
</entity>
2020
<entity name="ApiGroupedProduct" type="product3">
21-
<data key="sku" unique="suffix">api-grouped-product</data>
21+
<data key="sku" unique="suffix">apiGroupedProduct</data>
2222
<data key="type_id">grouped</data>
2323
<data key="attribute_set_id">4</data>
2424
<data key="name" unique="suffix">Api Grouped Product</data>
@@ -29,7 +29,7 @@
2929
<requiredEntity type="custom_attribute_array">ApiProductShortDescription</requiredEntity>
3030
</entity>
3131
<entity name="ApiGroupedProduct2" type="product3">
32-
<data key="sku" unique="suffix">api-grouped-product</data>
32+
<data key="sku" unique="suffix">apiGroupedProduct</data>
3333
<data key="type_id">grouped</data>
3434
<data key="attribute_set_id">4</data>
3535
<data key="name" unique="suffix">Api Grouped Product</data>

0 commit comments

Comments
 (0)