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 6518c8c commit 3e360e9Copy full SHA for 3e360e9
spec/meilisearch/index/documents_spec.rb
@@ -122,7 +122,7 @@
122
expect(response).to have_key('updateId')
123
expect(index.documents.count).to eq(documents.count + 1)
124
expect(index.document(id)['title']).to eq(title)
125
- index.delete_document(id)
+ response = index.delete_document(id)
126
index.wait_for_pending_update(response['updateId'])
127
end
128
0 commit comments