Skip to content

Commit

Permalink
Replace more getHeader calls
Browse files Browse the repository at this point in the history
  • Loading branch information
KorvinSzanto committed Feb 15, 2024
1 parent b614ea7 commit caade89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/Grant/GrantTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function testGetAccessToken($grant, array $params = [])
->shouldReceive('getHeader')
->once()
->with('content-type')
->andReturn('application/json');
->andReturn(['application/json']);

/** @var ClientInterface & MockInterface $client */
$client = Mockery::spy(ClientInterface::class)->makePartial();
Expand Down

0 comments on commit caade89

Please sign in to comment.