Skip to content

Commit

Permalink
Return Request. (aio-libs#5184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored and commonism committed Apr 27, 2021
1 parent b851eab commit e1f5883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def make_mocked_request(
sslcontext: Optional[SSLContext] = None,
client_max_size: int = 1024 ** 2,
loop: Any = ...,
) -> Any:
) -> Request:
"""Creates mocked web.Request testing purposes.
Useful in unit tests, when spinning full web server is overkill or
Expand Down

0 comments on commit e1f5883

Please sign in to comment.