Skip to content

Commit c3312a3

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

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
@@ -573,7 +573,7 @@ class AutoFailTrueHttpStream(StubBasicReadHttpStream):
573573
raise_on_http_errors = True
574574

575575
def __init__(self, **kwargs):
576-
super().__init__(disable_retries=True)
576+
super().__init__(disable_retries=True, **kwargs)
577577

578578
def should_retry(self, *args, **kwargs):
579579
return True

0 commit comments

Comments
 (0)