Skip to content

Commit

Permalink
Fixed tests file, caused by a wrong parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 18, 2024
1 parent 0362d94 commit 6d53ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def download_urls(self) -> List[str]:

def test_file_download(self, download_urls: List[str]) -> None:
downloader: Downloader = Downloader(
max_connections='auto', overwrite=True, show_progress_bar=True, headers=None, timeout=10
max_connections='auto', overwrite=True, show_progress_bar=True, custom_headers=None, timeout=10
)

try:
Expand Down

0 comments on commit 6d53ec8

Please sign in to comment.