Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit committed Aug 5, 2024
1 parent 50a0705 commit 09fb47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses/serializers/v2/courses_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_serialize_course_required_prerequisites(
"next_run_id": None,
"departments": [],
"page": CoursePageSerializer(course.page).data,
"certificate_type": None,
"certificate_type": "Certificate of Completion",
"topics": [],
"required_prerequisites": expected_required_prerequisites,
"programs": None,
Expand Down

0 comments on commit 09fb47d

Please sign in to comment.