@@ -272,7 +272,7 @@ def test_write_file_and_commit(self):
272272 commit = self .repo .gitpython .head .commit
273273 self .assertEqual (commit .parents , (self .initial_commit ,))
274274 self .assertEqual (commit .author .name , "Wagtail Localize" )
275- self .assertEqual (commit .author .email , "wagtail_localize_pontoon@wagtail.io " )
275+ self .assertEqual (commit .author .email , "wagtail_localize_pontoon@wagtail.org " )
276276 self .assertEqual (commit .message , "Added test.txt" )
277277
278278 # Check file has been committed
@@ -402,7 +402,7 @@ def test_commit(self):
402402 self .assertEqual (head_commit .parents , (parent ,))
403403 self .assertEqual (head_commit .author .name , "Wagtail Localize" )
404404 self .assertEqual (
405- head_commit .author .email , "wagtail_localize_pontoon@wagtail.io "
405+ head_commit .author .email , "wagtail_localize_pontoon@wagtail.org "
406406 )
407407
408408 def test_commit_empty_repo (self ):
@@ -420,5 +420,5 @@ def test_commit_empty_repo(self):
420420 self .assertEqual (head_commit .parents , ())
421421 self .assertEqual (head_commit .author .name , "Wagtail Localize" )
422422 self .assertEqual (
423- head_commit .author .email , "wagtail_localize_pontoon@wagtail.io "
423+ head_commit .author .email , "wagtail_localize_pontoon@wagtail.org "
424424 )
0 commit comments