fix(server/client): rename document_id to id in DocumentUploadResponse, again
This commit is contained in:
parent
1abfce88b9
commit
51fd19aec8
|
|
@ -150,7 +150,7 @@ impl DocumentDeletionTestClient {
|
|||
return Ok(serde_json::json!({
|
||||
"success": true,
|
||||
"message": "Document deleted",
|
||||
"document_id": document_id,
|
||||
"id": document_id,
|
||||
"filename": "deleted"
|
||||
}));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue