diff --git a/lms/djangoapps/branding/tests/test_api.py b/lms/djangoapps/branding/tests/test_api.py index ae7e388506..ad3c3b3198 100644 --- a/lms/djangoapps/branding/tests/test_api.py +++ b/lms/djangoapps/branding/tests/test_api.py @@ -146,8 +146,6 @@ class TestFooter(TestCase): 'icon-class': 'fa-facebook-square', 'title': 'Facebook'}, {'url': '#', 'action': 'Follow \xe9dX on Twitter', 'name': 'twitter', 'icon-class': 'fa-twitter-square', 'title': 'Twitter'}, - {'url': '#', 'action': 'Subscribe to the \xe9dX YouTube channel', - 'name': 'youtube', 'icon-class': 'fa-youtube-square', 'title': 'Youtube'}, {'url': '#', 'action': 'Follow \xe9dX on LinkedIn', 'name': 'linkedin', 'icon-class': 'fa-linkedin-square', 'title': 'LinkedIn'}, {'url': '#', 'action': 'Follow \xe9dX on Google+', 'name': 'google_plus', diff --git a/lms/envs/common.py b/lms/envs/common.py index 89505eda20..18c87b37e3 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -2578,7 +2578,7 @@ SOCIAL_SHARING_SETTINGS = { SOCIAL_MEDIA_FOOTER_NAMES = [ "facebook", "twitter", - "youtube", + # "youtube", see PROD-816 for more details "linkedin", "google_plus", "reddit",