aiohttp mocking does not respect ClientSession base_url
or headers
passed in constructor
#156
Labels
base_url
or headers
passed in constructor
#156
When using pook with aiohttp, the
base_url
andheaders
parameters passed toClientSession
are ignored. This causes matching to fail when using those parameters. For example,The text was updated successfully, but these errors were encountered: