Skip to content

Commit

Permalink
Update MakesHttpRequestsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Aug 8, 2024
1 parent faa5568 commit 70663cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function testFromRemoveHeaders()
{
$this->withHeaders([
'name' => 'Milwad',
'foo' => 'bar'
'foo' => 'bar',
])->from('previous/url');

$this->assertEquals('Milwad', $this->defaultHeaders['name']);
Expand Down

0 comments on commit 70663cb

Please sign in to comment.