While spamming the batches route we could see a processing batch becoming missing and then finished, this commit ensures the batches goes from processing to finished directly

This commit is contained in:
Tamo 2024-12-02 12:02:16 +01:00
parent 8d33af1dff
commit a439fa3e1a
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 6 additions and 5 deletions

View file

@ -224,7 +224,7 @@ async fn list_batches_status_and_type_filtered() {
}
#[actix_rt::test]
async fn get_batch_filter_error() {
async fn list_batch_filter_error() {
let server = Server::new().await;
let (response, code) = server.batches_filter("lol=pied").await;