Skip to content

Commit 7a7de40

Browse files
committed
APM-1710 Remove unnecessary comma
1 parent 15aa220 commit 7a7de40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/tests/api_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ async def test_api_slowapp_slower_than_sync_wait(api_client: APISessionClient):
7777
@pytest.mark.asyncio
7878
async def test_api_slowapp_responds_test_final_status(api_client: APISessionClient):
7979

80-
r = await api_client.get("async-slowapp/slow?final_status=418&complete_in=0.5", allow_retries=True, max_retries=5,)
80+
r = await api_client.get("async-slowapp/slow?final_status=418&complete_in=0.5", allow_retries=True, max_retries=5)
8181
assert r.status == 418, (r.status, r.reason, (await r.text())[:2000])
8282
assert r.reason == "I'm a Teapot"

0 commit comments

Comments
 (0)