update and fix the test

This commit is contained in:
Tamo
2023-11-28 15:55:48 +01:00
parent 41f3a30b0b
commit 6f135457f8
2 changed files with 49 additions and 25 deletions

View File

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