Skip to content

Commit 9dfb1f2

Browse files
committed
Remove non-existent constant
1 parent 0eee344 commit 9dfb1f2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Context/GivenStepDefinitions.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,8 @@ static function( \$pre, \$parsed_args, \$url ) {
201201
'url' => \$url,
202202
'headers' => array(),
203203
'data' => array(),
204-
'options' => array_merge(
205-
Requests::OPTION_DEFAULTS,
206-
array(
207-
'hooks' => new Requests_Hooks(),
208-
)
204+
'options' => array(
205+
'hooks' => new Requests_Hooks(),
209206
),
210207
)
211208
);

0 commit comments

Comments
 (0)