Skip to content

Commit

Permalink
fix homepage href http
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-vandermoere committed Aug 19, 2019
1 parent 2f5f09c commit 639e925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Twig/ProxyExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function testProxyHref(string $domain, bool $ssl, string $path): void

$expected = sprintf(
'%s://%s:%d%s',
$ssl ? 'https' : 'https',
$ssl ? 'https' : 'http',
$domain,
$ssl ? $httpsPort : $httpPort,
$path
Expand Down

0 comments on commit 639e925

Please sign in to comment.