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:
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",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user