From c2adb51d086453bf63839a0decc3d7b97657cd88 Mon Sep 17 00:00:00 2001 From: lwthiker Date: Tue, 5 Jul 2022 08:49:32 +0300 Subject: [PATCH] Remove archive.org from test urls archive.org rejects connections which makes our test fail. --- tests/test_impersonate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_impersonate.py b/tests/test_impersonate.py index 4624d2c..c73dc9b 100644 --- a/tests/test_impersonate.py +++ b/tests/test_impersonate.py @@ -133,7 +133,6 @@ class TestImpersonation: TEST_URLS = [ "https://www.wikimedia.org", "https://www.wikipedia.org", - "https://www.archive.org", "https://www.mozilla.org/en-US", "https://www.apache.org", "https://www.kernel.org",