Skip to content

Commit f3fc159

Browse files
authored
Fixed Static test
1 parent f6329fe commit f3fc159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/StoreGraphQl/Controller/HttpHeaderProcessor/StoreProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function processHeaderValue(string $headerValue): void
8282
$storeCode = ltrim(rtrim($headerValue));
8383
try {
8484
$this->localeResolver->emulate($this->storeManager->getStore($storeCode)->getId());
85-
// $this->storeManager->getStore($storeCode) throws error with non existing stores
85+
// $this->storeManager->getStore($storeCode) throws error with non existing stores
8686
// and logged in the catch
8787
$this->storeManager->setCurrentStore($storeCode);
8888
$this->updateContext($storeCode);

0 commit comments

Comments
 (0)