Skip to content

Commit

Permalink
fix: some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas12091101 committed Dec 4, 2024
1 parent 6cc95d8 commit 37addea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses/tasks_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_sync_courseruns_data(mocker):


def test_task_sync_external_course_runs(mocker, settings):
"""Test task_sync_external_course_runs calls the right api functionality and skips platforms not in VENDOR_KEYMAPS"""
"""Test task_sync_external_course_runs to call APIs for supported platforms and skip unsupported ones in VENDOR_KEYMAPS"""
settings.FEATURES["ENABLE_EXTERNAL_COURSE_SYNC"] = True

mock_fetch_external_courses = mocker.patch("courses.tasks.fetch_external_courses")
Expand Down

0 comments on commit 37addea

Please sign in to comment.