Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb72c11

Browse files
committed
Renaming coroutine
1 parent15dc4fa commitbb72c11

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-
asyncdeftest_fetch_lambdatest_platforms():
73+
asyncdeftest_fetch_lambdatest_sessions():
7474
ssl_context=ssl.create_default_context(cafile=certifi.where())
7575
asyncwithaiohttp.ClientSession(connector=aiohttp.TCPConnector(ssl=ssl_context))assession:
7676
awaitget_lambdatest_sessions(session)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp