Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason"

This commit is contained in:
Matthew Piatetsky
2019-03-27 16:30:37 -04:00
committed by GitHub
parent 6a15e57092
commit 8eae694566
15 changed files with 44 additions and 203 deletions

View File

@@ -65,7 +65,7 @@ class TestCourseSerializer(CourseApiFactoryMixin, ModuleStoreTestCase):
'end': u'2015-09-19T18:00:00Z',
'enrollment_start': u'2015-06-15T00:00:00Z',
'enrollment_end': u'2015-07-15T00:00:00Z',
'blocks_url': u'http://testserver/api/courses/v2/blocks/?course_id=edX%2Ftoy%2F2012_Fall',
'blocks_url': u'http://testserver/api/courses/v1/blocks/?course_id=edX%2Ftoy%2F2012_Fall',
'effort': u'6 hours',
'pacing': 'instructor',
'mobile_available': True,