Skip to content

Commit 60e3320

Browse files
committed
magento-engcom#101: Use unique string for SKU.
1 parent 91f0b53 commit 60e3320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/CatalogUrlRewrite/Test/TestCase/CreateDuplicateUrlProductEntity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, severity:S1</data>
1212
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
1313
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
14-
<data name="product/data/sku" xsi:type="string">simple_sku_%isolation%</data>
14+
<data name="product/data/sku" xsi:type="string">duplicate_url_simple_sku_%isolation%</data>
1515
<data name="product/data/price/value" xsi:type="string">10000</data>
1616
<data name="product/data/weight" xsi:type="string">50</data>
1717
<data name="product/data/quantity_and_stock_status/qty" xsi:type="string">657</data>

0 commit comments

Comments
 (0)