Skip to content

Commit 019e747

Browse files
committed
Fix pytest 9 error
1 parent 9a9c592 commit 019e747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_elasticsearch/test_async/test_server/test_rest_api_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ async def _feature_enabled(self, name):
242242

243243

244244
@pytest.fixture(scope="function")
245-
def async_runner(async_client_factory):
245+
async def async_runner(async_client_factory):
246246
return AsyncYamlRunner(async_client_factory)
247247

248248

0 commit comments

Comments
 (0)