KaranGauswami
10 months ago
No known key found for this signature in database
GPG Key ID: A4D57BC9D0772045
1 changed files with
1 additions and
2 deletions
-
tests/proxy.rs
|
|
@ -43,8 +43,7 @@ async fn simple_test() -> Result<()> { |
|
|
|
|
|
|
|
let client = reqwest::Client::builder() |
|
|
|
.proxy(reqwest::Proxy::http(format!( |
|
|
|
"http://{}:{}", |
|
|
|
addr.ip(), |
|
|
|
"http://localhost:{}", |
|
|
|
addr.port() |
|
|
|
))?) |
|
|
|
.build()?; |
|
|
|