refactor: rename descriptor -> block within cms

Co-authored-by: Agrendalath <piotr@surowiec.it>
This commit is contained in:
Pooja Kulkarni
2023-01-03 16:43:19 -05:00
committed by Agrendalath
parent a2f1ad1f11
commit ce13cd540a
18 changed files with 195 additions and 194 deletions

View File

@@ -364,7 +364,7 @@ class TestUploadTranscripts(BaseTranscripts):
def test_transcript_upload_with_non_existant_edx_video_id(self):
"""
Test that transcript upload works as expected if `edx_video_id` set on
video descriptor is different from `edx_video_id` received in POST request.
video block is different from `edx_video_id` received in POST request.
"""
non_existant_edx_video_id = '1111-2222-3333-4444'