Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
modified:   src/Products/MailHost/tests/testMailHost.py
  • Loading branch information
jugmac00 committed May 28, 2019
1 parent c17e511 commit 50dcfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/MailHost/tests/testMailHost.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def testSendEncodedBody(self):

def testEncodedHeaders(self):
# Headers are encoded automatically, email headers are encoded
# piece-wise to ensure the adresses remain ASCII
# piece-wise to ensure the addresses remain ASCII
mfrom = b'Jos\xc3\xa9 Andr\xc3\xa9s <jose@example.com>'
mto = b'Ferran Adri\xc3\xa0 <ferran@example.com>'
subject = b'\xc2\xbfEsferificaci\xc3\xb3n?'
Expand Down

0 comments on commit 50dcfb4

Please sign in to comment.