Skip to content

Commit

Permalink
magento-engcom#101: Use unique string for SKU.
Browse files Browse the repository at this point in the history
  • Loading branch information
pogster committed Sep 11, 2018
1 parent 91f0b53 commit 60e3320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, severity:S1</data>
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
<data name="product/data/sku" xsi:type="string">simple_sku_%isolation%</data>
<data name="product/data/sku" xsi:type="string">duplicate_url_simple_sku_%isolation%</data>
<data name="product/data/price/value" xsi:type="string">10000</data>
<data name="product/data/weight" xsi:type="string">50</data>
<data name="product/data/quantity_and_stock_status/qty" xsi:type="string">657</data>
Expand Down

0 comments on commit 60e3320

Please sign in to comment.