Skip to content

Commit b37801b

Browse files
committed
ACP2E-3373: [Cloud] Admin Panel exposed to the public - Custom Admin URL not effective
1 parent c301f84 commit b37801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Test/Unit/App/Area/FrontNameResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public static function hostsDataProvider(): array
231231
],
232232
'withoutStandartPortInUrlWithPortInHost' => [
233233
'url' => 'https://magento2.loc/',
234-
'host' => 'magento2.loc',
234+
'host' => 'magento2.loc:443',
235235
'isHttps' => true,
236236
'useCustomAdminUrl' => '0',
237237
'customAdminUrl' => '',

0 commit comments

Comments
 (0)