Skip to content

Commit a978e52

Browse files
committed
ACP2E-2481: Category Canonical URLs not working
1 parent d21105c commit a978e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function setUp(): void
8080
$this->_model = $this->objectManager->create(Category::class);
8181
$this->categoryResource = $this->objectManager->get(CategoryResource::class);
8282
$this->categoryRepository = $this->objectManager->get(CategoryRepositoryInterface::class);
83-
$this->dataFixtureStorage = $this->objectManager->get(DataFixtureStorageManager::class)->getStorage();
83+
$this->dataFixtureStorage = DataFixtureStorageManager::getStorage();
8484
}
8585

8686
public function testGetUrlInstance(): void

0 commit comments

Comments
 (0)