mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Update test comment
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
066c6bd875
commit
1e6cbcaf12
@ -1062,7 +1062,7 @@ async fn test_task_queue_is_full() {
|
||||
}
|
||||
"###);
|
||||
|
||||
// But we should still be able to register tasks deletion IF they delete something
|
||||
// Now we should be able to register tasks again
|
||||
let (result, code) = server.create_index(json!({ "uid": "doggo" })).await;
|
||||
snapshot!(code, @"202 Accepted");
|
||||
snapshot!(json_string!(result, { ".enqueuedAt" => "[date]", ".taskUid" => "uid" }), @r###"
|
||||
|
Loading…
Reference in New Issue
Block a user