Skip to content

Commit 4c9eed5

Browse files
committed
Revert fix test
1 parent f788884 commit 4c9eed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index/test_index_task_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_get_tasks_default(index_with_documents):
1212

1313
def test_get_tasks(empty_index, small_movies):
1414
"""Tests getting the tasks list of a populated index."""
15-
index = empty_index("test_task")
15+
index = empty_index()
1616
current_tasks = index.get_tasks()
1717
pre_count = len(current_tasks['results'])
1818
response = index.add_documents(small_movies)

0 commit comments

Comments
 (0)