Skip to content

Commit a65c45c

Browse files
committed
Manually add defaults
1 parent 9dfb1f2 commit a65c45c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Context/GivenStepDefinitions.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,12 @@ static function( \$pre, \$parsed_args, \$url ) {
202202
'headers' => array(),
203203
'data' => array(),
204204
'options' => array(
205-
'hooks' => new Requests_Hooks(),
205+
'blocking' => true,
206+
'filename' => false,
207+
'follow_redirects' => true,
208+
'redirected' => 0,
209+
'redirects' => 10,
210+
'hooks' => new Requests_Hooks(),
206211
),
207212
)
208213
);

0 commit comments

Comments
 (0)