Browse Source

chore: cargo fmt

pull/62/head
sigoden 3 years ago
parent
commit
4a2210d403
  1. 3
      tests/allow.rs

3
tests/allow.rs

@ -60,7 +60,6 @@ fn allow_upload_delete_can_override(#[with(&["-A"])] server: TestServer) -> Resu @@ -60,7 +60,6 @@ fn allow_upload_delete_can_override(#[with(&["-A"])] server: TestServer) -> Resu
Ok(())
}
#[rstest]
fn allow_search(#[with(&["--allow-search"])] server: TestServer) -> Result<(), Error> {
let resp = reqwest::blocking::get(format!("{}?q={}", server.url(), "test.html"))?;
@ -71,4 +70,4 @@ fn allow_search(#[with(&["--allow-search"])] server: TestServer) -> Result<(), E @@ -71,4 +70,4 @@ fn allow_search(#[with(&["--allow-search"])] server: TestServer) -> Result<(), E
assert!(p.contains(&"test.html"));
}
Ok(())
}
}

Loading…
Cancel
Save