Skip to content

Commit 0857a7a

Browse files
Fix test_search_query.py
Renamed duplicate test method from `test_basic_query_syntax` to its original name `test_recursive_command` in test_search_query.py
1 parent 7db7c33 commit 0857a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_query/test_search_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_individual_fields(self, field: str) -> None:
102102
examine_search_query(query)
103103

104104
@pytest.mark.parametrize(("index", "query"), recursive_command_test_params)
105-
def test_basic_query_syntax(self, index: int, query: str) -> None:
105+
def test_recursive_command(self, index: int, query: str) -> None:
106106
"""Tests file search queries with the recursive command"""
107107
examine_search_query(query, True, f"/file/search/test{index}")
108108

0 commit comments

Comments
 (0)