Skip to content

Commit 5bce0a6

Browse files
[HttpClient] Fix test
1 parent a532592 commit 5bce0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/Tests/HttpClientTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function testResolveBaseUrlWithoutScheme()
257257
* ["foo\u0000"]
258258
* [" foo"]
259259
* ["foo "]
260-
* [":"]
260+
* ["//"]
261261
*/
262262
public function testParseMalformedUrl(string $url)
263263
{

0 commit comments

Comments
 (0)