From f015c3f4f35e77c4d17a33908d2f22f4f8536a8b Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Fri, 8 May 2020 09:56:01 +0530 Subject: [PATCH] test on the worst case possible --- tests/test_1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_1.py b/tests/test_1.py index 51a815d..f567318 100644 --- a/tests/test_1.py +++ b/tests/test_1.py @@ -73,8 +73,8 @@ def test_get(): def test_total_archives(): - count1 = waybackpy.total_archives("https://en.wikipedia.org/wiki/Python (programming language)", UA=user_agent) - assert count1 > 2000 + count1 = waybackpy.total_archives(" https://google.com ", UA=user_agent) + assert count1 > 500000 count2 = waybackpy.total_archives("https://gaha.e4i3n.m5iai3kip6ied.cima/gahh2718gs/ahkst63t7gad8", UA=user_agent) assert count2 == 0