Adjust tests for no newline appending to MIMEText.__init__()'s _text
argument.
This commit is contained in:
parent
df6c70b454
commit
f9e0bd8df8
|
@ -10,13 +10,11 @@ MIME-Version: 1.0
|
|||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
One
|
||||
|
||||
--BOUNDARY
|
||||
Content-Type: text/plain; charset="us-ascii"
|
||||
MIME-Version: 1.0
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
Two
|
||||
|
||||
--BOUNDARY--
|
||||
End of MIME message
|
||||
|
|
Loading…
Reference in New Issue