Skip to content

Commit cdf82da

Browse files
Merge branch '7.1' into 7.2
* 7.1: Fix typo
2 parents 3fb1d0f + 56b2ece commit cdf82da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ public function testIdnResolve()
738738

739739
public function testIPv6Resolve()
740740
{
741-
TestHttpServer::start(-8087, '[::1]');
741+
TestHttpServer::start(-8087);
742742

743743
$client = $this->getHttpClient(__FUNCTION__);
744744
$response = $client->request('GET', 'http://symfony.com:8087/', [

0 commit comments

Comments
 (0)