Convert response bytes to str before JSON parsing. (#21375)
Convert response bytes to str before JSON parsing.
Showing
- cms/djangoapps/contentstore/tests/test_course_settings.py 19 additions, 19 deletionscms/djangoapps/contentstore/tests/test_course_settings.py
- cms/djangoapps/contentstore/tests/utils.py 1 addition, 1 deletioncms/djangoapps/contentstore/tests/utils.py
- cms/djangoapps/contentstore/views/tests/test_assets.py 9 additions, 9 deletionscms/djangoapps/contentstore/views/tests/test_assets.py
- cms/djangoapps/contentstore/views/tests/test_certificates.py 8 additions, 8 deletionscms/djangoapps/contentstore/views/tests/test_certificates.py
- cms/djangoapps/contentstore/views/tests/test_course_index.py 3 additions, 3 deletionscms/djangoapps/contentstore/views/tests/test_course_index.py
- cms/djangoapps/contentstore/views/tests/test_course_updates.py 15 additions, 15 deletions...jangoapps/contentstore/views/tests/test_course_updates.py
- cms/djangoapps/contentstore/views/tests/test_entrance_exam.py 2 additions, 2 deletions...djangoapps/contentstore/views/tests/test_entrance_exam.py
- cms/djangoapps/contentstore/views/tests/test_group_configurations.py 9 additions, 9 deletions...pps/contentstore/views/tests/test_group_configurations.py
- cms/djangoapps/contentstore/views/tests/test_import_export.py 7 additions, 7 deletions...djangoapps/contentstore/views/tests/test_import_export.py
- cms/djangoapps/contentstore/views/tests/test_item.py 19 additions, 19 deletionscms/djangoapps/contentstore/views/tests/test_item.py
- cms/djangoapps/contentstore/views/tests/test_organizations.py 1 addition, 1 deletion...djangoapps/contentstore/views/tests/test_organizations.py
- cms/djangoapps/contentstore/views/tests/test_tabs.py 3 additions, 3 deletionscms/djangoapps/contentstore/views/tests/test_tabs.py
- cms/djangoapps/contentstore/views/tests/test_textbooks.py 7 additions, 7 deletionscms/djangoapps/contentstore/views/tests/test_textbooks.py
- cms/djangoapps/contentstore/views/tests/test_transcript_settings.py 5 additions, 5 deletions...apps/contentstore/views/tests/test_transcript_settings.py
- cms/djangoapps/contentstore/views/tests/test_transcripts.py 14 additions, 14 deletionscms/djangoapps/contentstore/views/tests/test_transcripts.py
- cms/djangoapps/contentstore/views/tests/test_user.py 9 additions, 9 deletionscms/djangoapps/contentstore/views/tests/test_user.py
- cms/djangoapps/contentstore/views/tests/test_videos.py 10 additions, 10 deletionscms/djangoapps/contentstore/views/tests/test_videos.py
- cms/djangoapps/contentstore/views/tests/utils.py 1 addition, 1 deletioncms/djangoapps/contentstore/views/tests/utils.py
- cms/djangoapps/maintenance/tests.py 1 addition, 1 deletioncms/djangoapps/maintenance/tests.py
- common/djangoapps/student/tests/test_long_username_email.py 2 additions, 2 deletionscommon/djangoapps/student/tests/test_long_username_email.py
Please register or sign in to comment