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 8f06c71 commit 9c0538aCopy full SHA for 9c0538a
tests/index/test_index_document_meilisearch.py
@@ -29,7 +29,7 @@ def test_add_documents_empty(empty_index):
29
"""Tests adding empty string as documents to a clean index."""
30
index = empty_index()
31
with pytest.raises(Exception) as e_info:
32
- response = index.add_documents('')
+ index.add_documents('')
33
assert e_info.value.code == "missing_payload"
34
assert e_info.value.type == "invalid_request"
35
assert e_info.value.link == "https://docs.meilisearch.com/errors#missing_payload"
0 commit comments