🌐 AI搜索 & 代理 主页
Skip to content

Commit bb72c11

Browse files
committed
Renaming coroutine
1 parent 15dc4fa commit bb72c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sample-examples/5_async_await.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def get_lambdatest_sessions(session):
7070
print(f"Build: {build_name} | ID: {test_id} | Status: {status_ind}")
7171

7272
@pytest.mark.asyncio
73-
async def test_fetch_lambdatest_platforms():
73+
async def test_fetch_lambdatest_sessions():
7474
ssl_context = ssl.create_default_context(cafile=certifi.where())
7575
async with aiohttp.ClientSession(connector=aiohttp.TCPConnector(ssl=ssl_context)) as session:
7676
await get_lambdatest_sessions(session)

0 commit comments

Comments
 (0)