Skip to content

Commit 264a199

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-61549: Use default URL Key
1 parent 3adf326 commit 264a199

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Catalog/Test/Repository

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Repository/Category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<repository class="Magento\Catalog\Test\Repository\Category">
1010
<dataset name="default">
1111
<field name="name" xsi:type="string">Category%isolation%</field>
12-
<field name="url_key" xsi:type="string">cccategory%isolation%</field>
12+
<field name="url_key" xsi:type="string">category%isolation%</field>
1313
<field name="is_active" xsi:type="string">Yes</field>
1414
<field name="include_in_menu" xsi:type="string">Yes</field>
1515
<field name="parent_id" xsi:type="array">

0 commit comments

Comments
 (0)