Merge branch 'master' into fix-FB-share

This commit is contained in:
Edward Zarecor
2023-06-09 10:33:48 -04:00
committed by GitHub
1240 changed files with 29969 additions and 43091 deletions

View File

@@ -513,5 +513,5 @@ class CertificateEventBusTests(ModuleStoreTestCase):
data = mock_producer.return_value.send.call_args.kwargs
assert data['signal'].event_type == CERTIFICATE_CREATED.event_type
assert data['event_data']['certificate'] == expected_certificate_data
assert data['topic'] == 'certificates'
assert data['topic'] == 'learning-certificate-lifecycle'
assert data['event_key_field'] == 'certificate.course.course_key'

View File

@@ -812,7 +812,7 @@ class CertificatesViewsTests(CommonCertificatesTestCase, CacheIsolationTestCase)
@override_settings(FEATURES=FEATURES_WITH_CERTS_ENABLED)
def test_course_display_name_not_override_with_course_title(self):
# if certificate in descriptor has not course_title then course name should not be overridden with this title.
# if certificate in block has not course_title then course name should not be overridden with this title.
test_certificates = [
{
'id': 0,