pytest-dev / pytest-django

A Django plugin for pytest.
https://pytest-django.readthedocs.io/
Other
1.33k stars 341 forks source link

Fix byte and string comparison #997

Closed farooqaaa closed 2 years ago

farooqaaa commented 2 years ago

response.content is a bytes object and doing a string comparison throws an error