chore: apply flake8-pytest-style linter rules (#8307)

This commit is contained in:
Bowen Liang
2024-09-12 18:09:16 +08:00
committed by GitHub
parent 40fb4d16ef
commit 8815511ccb
7 changed files with 23 additions and 23 deletions

View File

@@ -34,7 +34,7 @@ class TestOpenSearchVector:
self.vector._client = MagicMock()
@pytest.mark.parametrize(
"search_response, expected_length, expected_doc_id",
("search_response", "expected_length", "expected_doc_id"),
[
(
{