Skip to content

Commit c254d3b

Browse files
derrabusNyholm
andauthored
Update src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsTransportTest.php
Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com>
1 parent e6bedfd commit c254d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsTransportTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ private function createHttpException(): HttpException
179179
{
180180
$response = $this->createMock(ResponseInterface::class);
181181
$response->method('getInfo')->with('http_code')->willReturn(500);
182+
$response->method('getInfo')->with('url')->willReturn('https://symfony.com');
182183

183184
return new ServerException($response);
184185
}

0 commit comments

Comments
 (0)