diff --git a/lms/envs/common.py b/lms/envs/common.py index 72e83bfa8e54..aeaf8e1b1ef8 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -5277,13 +5277,13 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring # Note: The topic names should not include environment prefix as it will be dynamically added based on # EVENT_BUS_TOPIC_PREFIX setting. EVENT_BUS_PRODUCER_CONFIG = { - "org.openedx.learning.course.passing.status.v1": { + "org.openedx.learning.course.passing.status.updated.v1": { "learning-badges-lifecycle": { "event_key_field": "course_passing_status.course.course_key", "enabled": True, }, }, - "org.openedx.learning.ccx.course.passing.status.v1": { + "org.openedx.learning.ccx.course.passing.status.updated.v1": { "learning-badges-lifecycle": { "event_key_field": "course_passing_status.course.course_key", "enabled": True,