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 3a9de29 commit 98a52c7Copy full SHA for 98a52c7
test_elasticsearch/test_async/test_server/conftest.py
@@ -15,7 +15,6 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-import pytest
19
import pytest_asyncio
20
21
import elasticsearch
@@ -43,7 +42,7 @@ async def async_client_factory(elasticsearch_url):
43
42
await client.close()
44
45
46
-@pytest.fixture(scope="function")
+@pytest_asyncio.fixture(scope="function")
47
def async_client(async_client_factory):
48
try:
49
yield async_client_factory
0 commit comments