do not use proxy on tests

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

View File

@ -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",
},
)