The django test client returns bytes, and many of our tests start using it like a string. This was fine in python 2 but not in python3.
See ``lms/djangoapps/discussion/README.rst``
The django test client returns bytes, and many of our tests start using it like a string. This was fine in python 2 but not in python3.
See ``lms/djangoapps/discussion/README.rst``