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
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
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();
}