From 42591f2828013e00e03796e2e08cc0bd98072ff1 Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Sat, 18 Jul 2020 19:08:29 +0530 Subject: [PATCH] chore: replace rfc-compatible newline with \n Signed-off-by: Chinmay D. Pai --- frappe/email/test_email_body.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/email/test_email_body.py b/frappe/email/test_email_body.py index 7d24ea9025..705a853bc6 100644 --- a/frappe/email/test_email_body.py +++ b/frappe/email/test_email_body.py @@ -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('''