Skip to content

Commit cc7ff03

Browse files
committed
Curl error message has been changed
1 parent ab7995c commit cc7ff03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ClientTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public function testRunError() : void
8787
{
8888
$request = new Request('http://domain.tld');
8989
$this->expectException(\RuntimeException::class);
90-
$this->expectExceptionMessage('Could not resolve host: domain.tld');
9190
$this->client->run($request);
9291
}
9392

0 commit comments

Comments
 (0)