Skip to content

Commit 6a4d08c

Browse files
add one missing test
1 parent b5a48a4 commit 6a4d08c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_integration/test_examples/_async/test_vectors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717

1818
from unittest import SkipTest
1919

20+
import pytest
21+
2022
from ..async_examples.vectors import create, search
2123

2224

25+
@pytest.mark.asyncio
2326
async def test_vector_search(async_write_client, es_version):
2427
# this test only runs on Elasticsearch >= 8.11 because the example uses
2528
# a dense vector without giving them an explicit size

0 commit comments

Comments
 (0)