Skip to content

Commit

Permalink
Merge pull request #944 from spiral/hotfix/psr-htttp-message
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Jul 12, 2023
1 parent 47f56e1 commit 1ad9e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PipelineFactoryTest.php
Expand Up @@ -95,7 +95,7 @@ public function testCreates(): void
->andReturn($response = m::mock(ResponseInterface::class));

$response
->shouldReceive('getHeaderLine')->with('Content-Length')->andReturn(['test'])
->shouldReceive('getHeaderLine')->with('Content-Length')->andReturn('test')
->shouldReceive('getStatusCode')->andReturn(200);

$p
Expand Down

0 comments on commit 1ad9e1c

Please sign in to comment.