Skip to content

Commit cb62f0c

Browse files
committed
ACP2E-2481: Category Canonical URLs not working
1 parent f86d2d7 commit cb62f0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,8 @@ protected function getCategoryByName($categoryName)
528528
#[
529529
DataFixture(CategoryFixture::class, as: 'category'),
530530
]
531-
public function testGetUrlAfterUpdate() {
531+
public function testGetUrlAfterUpdate()
532+
{
532533
$category = $this->dataFixtureStorage->get('category');
533534
$category->setUrlKey('new-url');
534535
$category->setSaveRewritesHistory(true);

0 commit comments

Comments
 (0)