Skip to content

Commit

Permalink
feat: update reset topic
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Oct 5, 2023
1 parent 00891d6 commit fd04818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_exams/apps/core/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def listen_for_exam_attempt_reset(sender, signal, **kwargs): # pylint: disable=
"""
get_producer().send(
signal=EXAM_ATTEMPT_RESET,
topic='exam-attempt-reset',
topic=topic_name,
event_key_field='exam_attempt.course_key',
event_data={'exam_attempt': kwargs['exam_attempt']},
event_metadata=kwargs['metadata'],
Expand Down

0 comments on commit fd04818

Please sign in to comment.