fix: update test function name

This commit is contained in:
Arslan
2022-03-09 15:31:56 +05:00
parent 6be024db3f
commit 185c73bd7d

View File

@@ -264,7 +264,7 @@ class CreditServiceTests(ModuleStoreTestCase):
assert credit_state['course_name'] == self.course.display_name
@patch("openedx.core.djangoapps.credit.services.log")
def test_course_exception_log(self, exception_log):
def test_get_info_from_non_existent_course(self, exception_log):
"""
Make sure we catch the CourseOverview.DoesNotExist exception and log it instead of raising
"""