Skip to content

Commit b9f72f7

Browse files
committed
Revert "Customer related values are NULL for guests"
Fix static test
1 parent 2e5697d commit b9f72f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Store/Model/StoreTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ public function testGetCurrentUrl()
282282
\Magento\TestFramework\Helper\Bootstrap::getObjectManager()
283283
->get(\Magento\Framework\App\Config\MutableScopeConfigInterface::class)
284284
->setValue(Store::XML_PATH_STORE_IN_URL, true, ScopeInterface::SCOPE_STORE);
285-
286-
285+
287286
$this->assertEquals('http://localhost/index.php?___store=fixture_second_store&___from_store=default', $this->model->getCurrentUrl(true));
288287
$this->assertEquals('http://localhost/index.php?___store=fixture_second_store', $this->model->getCurrentUrl(false));
289288
}

0 commit comments

Comments
 (0)