Skip to content

Commit 802df52

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-95122' into 2.2-develop-pr62
2 parents bcbf96b + c7f8afd commit 802df52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Model/CategoryUrlRewriteGeneratorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public function testGetUrlPath()
328328
$actualResults = $this->getActualUrlPaths($categoryFilter);
329329
$categoryExpectedResult = [
330330
['category-1/category-1-1/category-1-1-1.html', 'catalog/category/view/id/5', 1],
331-
['category-1/category-1-1/url-key.html', 'catalog/category/view/id/5', 2],
331+
['category-1/category-1-1/url-key.html', 'catalog/category/view/id/5', $storeId],
332332
];
333333

334334
$this->assertResults($categoryExpectedResult, $actualResults);
@@ -348,7 +348,7 @@ public function testGetUrlPath()
348348
$actualResults = $this->getActualUrlPaths($categoryFilter);
349349
$categoryExpectedResult = [
350350
['category-1/category-1-1/category-1-1-1.html', 'catalog/category/view/id/5', 1],
351-
['category-1/category-1-1/category-1-1-1.html', 'catalog/category/view/id/5', 2],
351+
['category-1/category-1-1/category-1-1-1.html', 'catalog/category/view/id/5', $storeId],
352352
];
353353

354354
$this->assertResults($categoryExpectedResult, $actualResults);

0 commit comments

Comments
 (0)