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 76ae433 commit 64f2913Copy full SHA for 64f2913
tests/index/test_index.py
@@ -224,8 +224,7 @@ def test_delete_index(client):
224
@pytest.mark.usefixtures("indexes_sample")
225
def test_index_compact(client):
226
"""Tests the compaction of an index."""
227
- assert client.get_index(uid=common.INDEX_UID)
228
- index: Index = client.index("movies")
+ index = client.index(common.INDEX_UID)
229
# Get stats before compaction
230
stats_before = index.get_stats()
231
print(
0 commit comments