jamielennox / requests-mock

Mocked responses for the requests library
https://requests-mock.readthedocs.io
Apache License 2.0
450 stars 71 forks source link

Fix for request forcing query string paramters to lower case #265

Open vandoragroup opened 2 months ago

vandoragroup commented 2 months ago

This addresses issue #264. Simple change to work around lower casing of the query string here: https://github.com/jamielennox/requests-mock/blob/9742d02a8cad17276dbeba7b300b6d27ae1b6fb1/requests_mock/request.py#L60-L61

I added a test to prevent regression.