We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c301f84 commit b37801bCopy full SHA for b37801b
app/code/Magento/Backend/Test/Unit/App/Area/FrontNameResolverTest.php
@@ -231,7 +231,7 @@ public static function hostsDataProvider(): array
231
],
232
'withoutStandartPortInUrlWithPortInHost' => [
233
'url' => 'https://magento2.loc/',
234
- 'host' => 'magento2.loc',
+ 'host' => 'magento2.loc:443',
235
'isHttps' => true,
236
'useCustomAdminUrl' => '0',
237
'customAdminUrl' => '',
0 commit comments