Skip to content

Commit

Permalink
changing target for UA change test due to frequent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 3, 2022
1 parent d95cd6f commit 00d7fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/download/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
)
Expand Down

0 comments on commit 00d7fb0

Please sign in to comment.