We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967c5f4 commit 38bfa22Copy full SHA for 38bfa22
tests/index/test_index_document_meilisearch.py
@@ -30,7 +30,6 @@ def test_add_documents_empty(empty_index):
30
index = empty_index()
31
with pytest.raises(Exception) as e_info:
32
response = index.add_documents('')
33
- assert e_info.value.message == "A json payload is missing."
34
assert e_info.value.code == "missing_payload"
35
assert e_info.value.type == "invalid_request"
36
assert e_info.value.link == "https://docs.meilisearch.com/errors#missing_payload"
0 commit comments