Skip to content
Snippets Groups Projects
Unverified Commit 341360ad authored by Manjinder Singh's avatar Manjinder Singh Committed by GitHub
Browse files

Merge pull request #21868 from edx/msingh/python3_test_course_index_py

BOM-749: Fixing error in test_course_Index
parents 8c94ee15 9ac5a0b7
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@ class TestCourseReIndex(CourseTestCase):
self.assertEqual(response.status_code, 200)
response = self.client.post(index_url, {}, HTTP_ACCEPT='application/json')
self.assertEqual(response.content, '')
self.assertEqual(response.content, b'')
self.assertEqual(response.status_code, 405)
self.client.logout()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment