Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Mar 19, 2024
1 parent 47dbc98 commit afcbdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_requests.py
Expand Up @@ -258,7 +258,7 @@ async def receiver() -> Message:
scope = {"type": "http", "method": "POST", "path": "/"}
with pytest.raises(ClientDisconnect):
anyio.run(
app,
app, # type: ignore[arg-type]
scope,
receiver,
None,
Expand Down

0 comments on commit afcbdb0

Please sign in to comment.