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 15dc4fa commit bb72c11Copy full SHA for bb72c11
tests/sample-examples/5_async_await.py
@@ -70,7 +70,7 @@ async def get_lambdatest_sessions(session):
70
print(f"Build: {build_name} | ID: {test_id} | Status: {status_ind}")
71
72
@pytest.mark.asyncio
73
-async def test_fetch_lambdatest_platforms():
+async def test_fetch_lambdatest_sessions():
74
ssl_context = ssl.create_default_context(cafile=certifi.where())
75
async with aiohttp.ClientSession(connector=aiohttp.TCPConnector(ssl=ssl_context)) as session:
76
await get_lambdatest_sessions(session)
0 commit comments