diff --git a/tests/test_1.py b/tests/test_1.py index d043c23..51bc395 100644 --- a/tests/test_1.py +++ b/tests/test_1.py @@ -40,7 +40,7 @@ def test_save(): "commons.wikimedia.org", "www.wiktionary.org", "www.w3schools.com", - "www.youtube.com", + "twitter.com", ] x = random.randint(0, len(url_list) - 1) url1 = url_list[x]