File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ async def test_proxy_configuration(mock_browser):
118118 await mock_browser .start ()
119119
120120 mock_browser ._connection_handler .execute_command .assert_any_call (
121- FetchCommands .enable (True , '' )
121+ FetchCommands .enable (handle_auth_requests = True , resource_type = None )
122122 )
123123 mock_browser ._connection_handler .register_callback .assert_any_call (
124124 FetchEvent .REQUEST_PAUSED , ANY , True
@@ -257,7 +257,7 @@ async def test_enable_events(mock_browser):
257257 handle_auth_requests = True , resource_type = 'XHR'
258258 )
259259 mock_browser ._connection_handler .execute_command .assert_called_with (
260- FetchCommands .enable (True , 'XHR' )
260+ FetchCommands .enable (handle_auth_requests = True , resource_type = 'XHR' )
261261 )
262262
263263
You can’t perform that action at this time.
0 commit comments