Fix existing tests

This commit is contained in:
Louis Dureuil 2024-07-31 17:57:32 +02:00
parent 72b9005344
commit 8535dc0be2
No known key found for this signature in database
12 changed files with 49 additions and 49 deletions

View file

@ -744,7 +744,7 @@ async fn test_summarized_index_deletion() {
snapshot!(task,
@r###"
{
"uid": 0,
"uid": "[uid]",
"indexUid": "test",
"status": "failed",
"type": "indexDeletion",
@ -774,7 +774,7 @@ async fn test_summarized_index_deletion() {
snapshot!(task,
@r###"
{
"uid": 1,
"uid": "[uid]",
"indexUid": "test",
"status": "succeeded",
"type": "documentAdditionOrUpdate",
@ -796,7 +796,7 @@ async fn test_summarized_index_deletion() {
snapshot!(task,
@r###"
{
"uid": 2,
"uid": "[uid]",
"indexUid": "test",
"status": "succeeded",
"type": "indexDeletion",
@ -818,7 +818,7 @@ async fn test_summarized_index_deletion() {
snapshot!(task,
@r###"
{
"uid": 3,
"uid": "[uid]",
"indexUid": "test",
"status": "failed",
"type": "indexDeletion",