Skip to content

Commit

Permalink
Update gravatar URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Sep 9, 2020
1 parent f033d53 commit 5c7e692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wagtail_localize/tests/test_edit_translation.py
Expand Up @@ -514,7 +514,7 @@ def test_create_string_translation(self):
'error': None,
'comment': 'Translated manually on 21 August 2020',
'last_translated_by': {
'avatar_url': '//www.gravatar.com/avatar/0c83f57c786a0b4a39efab23731c7ebc?s=50&d=mm',
'avatar_url': '//www.gravatar.com/avatar/93942e96f5acd83e2e047ad8fe03114d?s=50&d=mm',
'full_name': ''
}
})
Expand Down Expand Up @@ -551,7 +551,7 @@ def test_update_string_translation(self):
'error': None,
'comment': 'Translated manually on 21 August 2020',
'last_translated_by': {
'avatar_url': '//www.gravatar.com/avatar/0c83f57c786a0b4a39efab23731c7ebc?s=50&d=mm',
'avatar_url': '//www.gravatar.com/avatar/93942e96f5acd83e2e047ad8fe03114d?s=50&d=mm',
'full_name': ''
}
})
Expand Down Expand Up @@ -588,7 +588,7 @@ def test_update_string_translation_with_bad_html(self):
'error': '<script> tag is not allowed. Strings can only contain standard HTML inline tags (such as <b>, <a>)',
'comment': 'Translated manually on 21 August 2020',
'last_translated_by': {
'avatar_url': '//www.gravatar.com/avatar/0c83f57c786a0b4a39efab23731c7ebc?s=50&d=mm',
'avatar_url': '//www.gravatar.com/avatar/93942e96f5acd83e2e047ad8fe03114d?s=50&d=mm',
'full_name': ''
}
})
Expand Down

0 comments on commit 5c7e692

Please sign in to comment.