pnuckowski / aioresponses

Aioresponses is a helper for mock/fake web requests in python aiohttp package.
MIT License
508 stars 86 forks source link

Fix double encoding of URLs in normalize_url #217

Closed fredthomsen closed 2 years ago

fredthomsen commented 2 years ago

Fix URLs from being double encoded, as the yarl URL initializer handles this and the urlencode function is also called needlessly.

Addresses #179

fredthomsen commented 2 years ago

Having some issues with my local setup, so I am only getting a partial test run.