Skip to content

Commit

Permalink
Fixed test failure on Python 3 with Products.MailHost 4.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 18, 2020
1 parent 840bb68 commit 527a3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/3178.bugfix
@@ -0,0 +1,2 @@
Fixed test failure on Python 3 with Products.MailHost 4.10.
[maurits]
2 changes: 1 addition & 1 deletion src/plone/app/testing/layers.rst
Expand Up @@ -440,7 +440,7 @@ If we send a message, we can check it in the list:
... )
>>> with helpers.ploneSite() as portal:
... for message in portal.MailHost.messages:
... print(message)
... print(message.decode("utf-8"))
MIME-Version: 1.0
Content-Type: text/plain
Subject: Test
Expand Down

0 comments on commit 527a3a3

Please sign in to comment.