We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15aa220 commit 7a7de40Copy full SHA for 7a7de40
1 file changed
e2e/tests/api_tests.py
@@ -77,6 +77,6 @@ async def test_api_slowapp_slower_than_sync_wait(api_client: APISessionClient):
77
@pytest.mark.asyncio
78
async def test_api_slowapp_responds_test_final_status(api_client: APISessionClient):
79
80
- r = await api_client.get("async-slowapp/slow?final_status=418&complete_in=0.5", allow_retries=True, max_retries=5,)
+ r = await api_client.get("async-slowapp/slow?final_status=418&complete_in=0.5", allow_retries=True, max_retries=5)
81
assert r.status == 418, (r.status, r.reason, (await r.text())[:2000])
82
assert r.reason == "I'm a Teapot"
0 commit comments