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 959bd0e commit 8e2b2c2Copy full SHA for 8e2b2c2
test_elasticsearch/test_async/test_server/conftest.py
@@ -44,9 +44,9 @@ async def async_client_factory(elasticsearch_url):
44
45
46
@pytest.fixture(scope="function")
47
-def async_client(async_client_factory, elasticsearch_api_key):
+def async_client(async_client_factory):
48
try:
49
yield async_client_factory
50
finally:
51
# Wipe the cluster clean after every test execution.
52
- wipe_cluster(async_client_factory, elasticsearch_api_key)
+ wipe_cluster(async_client_factory)
0 commit comments