1
mirror of https://github.com/ThePhaseless/Byparr.git synced 2025-03-15 17:50:21 +08:00

do not use proxy on tests

This commit is contained in:
ThePhaseless 2025-02-27 19:01:39 +00:00
parent 1f23eaf37e
commit d3ec88eeff

@ -40,7 +40,7 @@ def test_bypass(website: str):
**LinkRequest.model_construct( **LinkRequest.model_construct(
url=website, max_timeout=30, cmd="request.get" url=website, max_timeout=30, cmd="request.get"
).model_dump(), ).model_dump(),
"proxy": "203.174.15.83:8080", # "proxy": "203.174.15.83:8080",
}, },
) )