Skip to content

Commit e699bb1

Browse files
pnilanCopilot
andauthored
Update unit_tests/sources/streams/http/test_http.py
Co-authored-by: Copilot <[email protected]>
1 parent c3312a3 commit e699bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/streams/http/test_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def test_http_stream_adapter_http_status_error_handler_should_retry_false_raise_
607607

608608
@pytest.mark.parametrize("status_code", range(400, 600))
609609
def test_send_raise_on_http_errors_logs(mocker, status_code):
610-
stream = AutoFailTrueHttpStream(disable_retries=True)
610+
stream = AutoFailTrueHttpStream()
611611
res = Mock(spec=requests.Response)
612612
res.status_code = status_code
613613
res.headers = {}

0 commit comments

Comments
 (0)