Skip to content

Commit a6c06cc

Browse files
committed
refactor: remove unnecessary second param
1 parent 9e88ec4 commit a6c06cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/HTTP/CURLRequestDoNotShareOptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public function testHeaderContentLengthNotSharedBetweenRequests()
225225
$options = [
226226
'base_uri' => 'http://www.foo.com/api/v1/',
227227
];
228-
$request = $this->getRequest($options, false);
228+
$request = $this->getRequest($options);
229229

230230
$request->post('example', [
231231
'form_params' => [

0 commit comments

Comments
 (0)