Skip to content

Commit

Permalink
add ignore for typing in tests since its expected to be None
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 24, 2024
1 parent 1d2d7bd commit 70813ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def test_default_encoding_is_utf8() -> None:
timer=TimerNoop(),
traces=[],
loop=mock.Mock(),
session=None,
session=None, # type: ignore[arg-type]
)
response._headers = CIMultiDictProxy(CIMultiDict({}))
response._body = b""
Expand Down

0 comments on commit 70813ec

Please sign in to comment.