Skip to content

Commit 872d379

Browse files
committed
fix assertion to exception message wording change
1 parent 1b42593 commit 872d379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ProxyClient/HttpDispatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public function testSetServersThrowsInvalidUrlException()
277277
public function testSetServersThrowsWeirdInvalidUrlException()
278278
{
279279
$this->expectException(InvalidUrlException::class);
280-
$this->expectExceptionMessage('URL "this ://is no url" is invalid.');
280+
$this->expectExceptionMessage('"this ://is no url" is invalid.');
281281

282282
new HttpDispatcher(['this ://is no url']);
283283
}

0 commit comments

Comments
 (0)