Skip to content

Commit bfcf612

Browse files
committed
MAGETWO-89905: Categories of the Main menu in the different Store View not updated when varnish enabled
1 parent f7f5f1a commit bfcf612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/UrlRewrite/Model/StoreSwitcher/RewriteUrlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testSwitchToNonExistingPage()
5656

5757
$this->setBaseUrl($toStore);
5858

59-
$redirectUrl = "http://domain.com/simple-product.html";
59+
$redirectUrl = "http://domain.com/some-random-url/absent-in-url-rewrite.html";
6060
$expectedUrl = $toStore->getBaseUrl();
6161

6262
$this->assertEquals($expectedUrl, $this->storeSwitcher->switch($fromStore, $toStore, $redirectUrl));

0 commit comments

Comments
 (0)