Skip to content

Commit

Permalink
Return Request. (aio-libs#5184) (aio-libs#5187)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Bull <[email protected]>
  • Loading branch information
github-actions[bot] and Dreamsorcerer committed Oct 31, 2020
1 parent 685e97c commit 1950adb
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 @@ -585,7 +585,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 1950adb

Please sign in to comment.