Skip to content

Commit

Permalink
fix: StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
smokills committed Oct 8, 2020
1 parent 4315f32 commit df709c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HttpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function test_that_we_can_chain_additional_methods_beside_default_options

$this->factory->withOptions([
'headers' => [
'X-Another-Custom-Header' => 'another-custom-value'
'X-Another-Custom-Header' => 'another-custom-value',
],
])->withBasicAuth('username', 'password')->get('https://foo.com');

Expand Down

0 comments on commit df709c4

Please sign in to comment.