diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/raw.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/raw.rs b/tests/raw.rs index 6e0c2a0..55003be 100644 --- a/tests/raw.rs +++ b/tests/raw.rs @@ -94,8 +94,6 @@ fn raw_mode_links_to_directories_end_with_raw_true(server: TestServer) -> Result // Ensure the links to the archives are not present for url in urls.iter() { let body = client.get(url).send()?.error_for_status()?; - - let body = client.get(url).send()?.error_for_status()?; let parsed = Document::from_read(body)?; verify_a_tags(parsed); } |