Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Inferato committed Oct 30, 2023
1 parent 63f060b commit 5f1d882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx/core/djangoapps/schedules/tests/test_resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_schedule_context(self):
google_store_url = 'https://play.google.com/store/apps/details?id=org.edx.mobile'
facebook_url = 'http://www.facebook.com/EdxOnline'
linkedin_url = 'http://www.linkedin.com/company/edx'
twitter_url = 'https://twitter.com/edXOnline'
twitter_url = 'https://x.com/edXOnline'
reddit_url = 'http://www.reddit.com/r/edx'
facebook_logo_url = 'http://email-media.s3.amazonaws.com/edX/2021/social_1_fb.png'
linkedin_logo_url = 'http://email-media.s3.amazonaws.com/edX/2021/social_3_linkedin.png'
Expand Down Expand Up @@ -283,7 +283,7 @@ def test_schedule_context(self):
google_store_url = 'https://play.google.com/store/apps/details?id=org.edx.mobile'
facebook_url = 'http://www.facebook.com/EdxOnline'
linkedin_url = 'http://www.linkedin.com/company/edx'
twitter_url = 'https://twitter.com/edXOnline'
twitter_url = 'https://x.com/edXOnline'
reddit_url = 'http://www.reddit.com/r/edx'
facebook_logo_url = 'http://email-media.s3.amazonaws.com/edX/2021/social_1_fb.png'
linkedin_logo_url = 'http://email-media.s3.amazonaws.com/edX/2021/social_3_linkedin.png'
Expand Down

0 comments on commit 5f1d882

Please sign in to comment.