From d3ec88eeff7bd481e6534aaefe64b76a06d159a6 Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Thu, 27 Feb 2025 19:01:39 +0000 Subject: [PATCH] do not use proxy on tests --- tests/main_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main_test.py b/tests/main_test.py index 5e04ea9..9ac27d0 100644 --- a/tests/main_test.py +++ b/tests/main_test.py @@ -40,7 +40,7 @@ def test_bypass(website: str): **LinkRequest.model_construct( url=website, max_timeout=30, cmd="request.get" ).model_dump(), - "proxy": "203.174.15.83:8080", + # "proxy": "203.174.15.83:8080", }, )