diff --git a/tests/download/test_download.py b/tests/download/test_download.py index 858627a8..a2c123d9 100644 --- a/tests/download/test_download.py +++ b/tests/download/test_download.py @@ -70,7 +70,7 @@ def test_user_agent(): ua = "zimscraperlib-test" byte_stream = io.BytesIO() stream_file( - url="http://useragentstring.com/", + url="http://useragent.fr/", byte_stream=byte_stream, headers={"User-Agent": "zimscraperlib-test"}, )