try to fix the ci

This commit is contained in:
Tamo 2023-04-13 10:18:58 +02:00
parent b4fabce36d
commit b3f60ee805

View File

@ -1064,7 +1064,7 @@ async fn test_task_queue_is_full() {
// we're going to fill up the queue once again // we're going to fill up the queue once again
loop { loop {
let (res, code) = server.create_index(json!({ "uid": "doggo" })).await; let (res, code) = server.delete_tasks("uids=0").await;
if code == 422 { if code == 422 {
break; break;
} }