From 00d7fb0a1fb39381d6501a96ef0dc0bb804d4c95 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 3 Oct 2022 11:58:34 +0000 Subject: [PATCH] changing target for UA change test due to frequent issues --- tests/download/test_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, )