Skip to content

Commit e794db8

Browse files
author
Alexey Yakimovich
committed
MAGETWO-91649: Magento ignore store-level url_key of child category in URL rewrite process for global scope
- Fixed integration test;
1 parent 24b690f commit e794db8

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public function moveActionDataProvider()
403403
{
404404
return [
405405
[400, 401, 'first_url_key', 402, 'second_url_key', false],
406-
[400, 401, 'duplicated_url_key', 402, 'duplicated_url_key', true],
406+
[400, 401, 'duplicated_url_key', 402, 'duplicated_url_key', false],
407407
[0, 401, 'first_url_key', 402, 'second_url_key', true],
408408
[400, 401, 'first_url_key', 0, 'second_url_key', true],
409409
];

0 commit comments

Comments
 (0)