Merge branch 'master' into fix-FB-share
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user