Skip to content

Commit 42f6dc3

Browse files
committed
MAGETWO-97188: Stabilize PR
- Add suffix to store group code;
1 parent 3bea52f commit 42f6dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/Test/Mftf/Data/StoreGroupData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</entity>
2424
<entity name="staticStoreGroup" type="group">
2525
<data key="name">NewStore</data>
26-
<data key="code">Base12</data>
26+
<data key="code" unique="suffix">Base12</data>
2727
<data key="root_category_id">2</data>
2828
<data key="website_id">1</data>
2929
</entity>

0 commit comments

Comments
 (0)