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 8784be9 commit 0e1b016Copy full SHA for 0e1b016
meilisearch/tests/test_wait_for_pending_update.py
@@ -51,7 +51,6 @@ def test_wait_for_pending_update_interval_zero(self):
51
"""Tests call to wait for an update with custom interval"""
52
response = self.index.add_documents(self.dataset_json)
53
assert 'updateId' in response
54
- start_time = datetime.now()
55
wait_update = self.index.wait_for_pending_update(
56
response['updateId'],
57
interval_in_ms=0,
0 commit comments