Browse Source

refactor: added some tests

pull/22/head
KaranGauswami 10 months ago
parent
commit
ec7ed767b7
No known key found for this signature in database GPG Key ID: A4D57BC9D0772045
  1. 3
      tests/proxy.rs

3
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()?;

Loading…
Cancel
Save