update snaps after merge

This commit is contained in:
Louis Dureuil 2024-11-20 17:08:30 +01:00
parent 6e6acfcf1b
commit bda2b41d11
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -1369,6 +1369,7 @@ async fn error_document_field_limit_reached_in_one_document() {
@r###" @r###"
{ {
"uid": "[uid]", "uid": "[uid]",
"batchUid": "[batch_uid]",
"indexUid": "test", "indexUid": "test",
"status": "failed", "status": "failed",
"type": "documentAdditionOrUpdate", "type": "documentAdditionOrUpdate",

View File

@ -1920,6 +1920,7 @@ async fn timeout() {
snapshot!(task, @r###" snapshot!(task, @r###"
{ {
"uid": "[uid]", "uid": "[uid]",
"batchUid": "[batch_uid]",
"indexUid": "doggo", "indexUid": "doggo",
"status": "succeeded", "status": "succeeded",
"type": "documentAdditionOrUpdate", "type": "documentAdditionOrUpdate",