chore: replace rfc-compatible newline with \n
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
8a6cb7db3d
commit
42591f2828
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|||
subject='Test Subject',
|
||||
content=email_html,
|
||||
header=['Email Title', 'green']
|
||||
).as_string()
|
||||
).as_string().replace("\r\n", "\n")
|
||||
|
||||
self.assertTrue('''<span class=3D"indicator indicator-green" style=3D"background-color:#98=
|
||||
d85b; border-radius:8px; display:inline-block; height:8px; margin-right:5px=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue