Update Mozilla Instagram account links for /de/ (Fixes #11953) (#11956)

This commit is contained in:
Alex Gibson 2022-07-21 15:54:33 +01:00 коммит произвёл GitHub
Родитель bb05b298c7
Коммит d4920b3fa7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -450,7 +450,7 @@ def mozilla_instagram_url(ctx):
For DE this would output:
https://www.instagram.com/unfcktheinternet/
https://www.instagram.com/mozilla_deutschland/
"""
locale = getattr(ctx["request"], "locale", "en-US")

Просмотреть файл

@ -464,7 +464,7 @@ class TestMozillaInstagramUrl(TestCase):
def test_mozilla_instagram_url_german(self):
"""de locale, a local account"""
assert self._render("de") == "https://www.instagram.com/unfcktheinternet/"
assert self._render("de") == "https://www.instagram.com/mozilla_deutschland/"
def test_mozilla_instagram_url_other_locale(self):
"""No account for locale, fallback to default account"""

Просмотреть файл

@ -968,7 +968,7 @@ MOZILLA_TWITTER_ACCOUNTS = {
# Official Firefox Instagram accounts
MOZILLA_INSTAGRAM_ACCOUNTS = {
"en-US": "https://www.instagram.com/mozilla/",
"de": "https://www.instagram.com/unfcktheinternet/",
"de": "https://www.instagram.com/mozilla_deutschland/",
}
# Firefox Accounts product links