mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
adding primary-key when adding documents does not work; fix #519
This commit is contained in:
@ -657,4 +657,3 @@ fn check_add_documents_without_primary_key() {
|
||||
assert_eq!(status_code, 400);
|
||||
assert_json_eq!(response, expected, ordered: false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user