adding primary-key when adding documents does not work; fix #519

This commit is contained in:
qdequele
2020-03-11 14:12:38 +01:00
parent 4ccf1d10bd
commit ce0e8415d5
4 changed files with 54 additions and 24 deletions

View File

@ -657,4 +657,3 @@ fn check_add_documents_without_primary_key() {
assert_eq!(status_code, 400);
assert_json_eq!(response, expected, ordered: false);
}