I\'m following this example to use asynctest to mock aiohttp.ClientSession.post. here is my testing:
asynctest
aiohttp.ClientSession.post
@patch("path.to.aiohttp.Cl