From 6d53ec8f72958159d310c6bcf81de7888dc423dd Mon Sep 17 00:00:00 2001 From: Henrique Date: Wed, 18 Dec 2024 19:47:30 -0300 Subject: [PATCH] Fixed tests file, caused by a wrong parameter --- tests/all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: