update and fix the test

This commit is contained in:
Tamo
2023-11-28 15:55:48 +01:00
committed by Clément Renault
parent 3adbc2b942
commit 0b2fff27f2
2 changed files with 49 additions and 25 deletions

View File

@ -1288,7 +1288,6 @@ impl IndexScheduler {
buffer.push(b'\n');
}
println!("Sending request to {url}");
let _ = ureq::post(url).send_bytes(&buffer).unwrap();
}