fix: fix bug with `revoke_program_certificates` task
[MICROBA-1164] * cast `course_key` as a string when scheduling the `revoke_program_certificates` task * Update existing unit tests * Move test utility method in test_tasks.py out from the middle of the test cases * Fix spelling in test function name
Showing
- lms/djangoapps/certificates/tests/test_models.py 1 addition, 1 deletionlms/djangoapps/certificates/tests/test_models.py
- openedx/core/djangoapps/programs/signals.py 2 additions, 6 deletionsopenedx/core/djangoapps/programs/signals.py
- openedx/core/djangoapps/programs/tasks.py 2 additions, 2 deletionsopenedx/core/djangoapps/programs/tasks.py
- openedx/core/djangoapps/programs/tests/test_signals.py 1 addition, 1 deletionopenedx/core/djangoapps/programs/tests/test_signals.py
- openedx/core/djangoapps/programs/tests/test_tasks.py 22 additions, 22 deletionsopenedx/core/djangoapps/programs/tests/test_tasks.py
Loading
Please register or sign in to comment