File: user-response-encoding-b2eea39404140164.yaml

package info (click to toggle)
python-requests-mock 1.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 2,339; makefile: 162
file content (7 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
fixes:
  - |
    If you specified a charset in the Content-Type of a response it would be
    ignored and overriden with either 'utf-8' or None depending on the type of
    response content passed in. If you pass this value we should honour it and
    perform the encoding correctly.