diff --git a/tests/all.py b/tests/all.py index 3e62d57..ca3a6fd 100644 --- a/tests/all.py +++ b/tests/all.py @@ -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: