mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
add some comments
This commit is contained in:
parent
3c72f4dc51
commit
ce12000af3
1 changed files with 1 additions and 2 deletions
|
@ -348,8 +348,7 @@ async fn error_add_malformed_json_documents() {
|
||||||
json!("https://docs.meilisearch.com/errors#malformed_payload")
|
json!("https://docs.meilisearch.com/errors#malformed_payload")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// add one more char to the long string to test if the truncating works.
|
||||||
|
|
||||||
let document = format!("\"{}m\"", long);
|
let document = format!("\"{}m\"", long);
|
||||||
let req = test::TestRequest::put()
|
let req = test::TestRequest::put()
|
||||||
.uri("/indexes/dog/documents")
|
.uri("/indexes/dog/documents")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue