Procházet zdrojové kódy

test: Update test

version-14
Suraj Shetty před 3 roky
rodič
revize
e1c78bb9b3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      frappe/email/test_email_body.py

+ 1
- 1
frappe/email/test_email_body.py Zobrazit soubor

@@ -127,7 +127,7 @@ w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
'''
transformed_html = '''
<h3>Hi John</h3>
<p style="margin:5px 0 !important">This is a test email</p>
<p style="margin:1em 0 !important">This is a test email</p>
'''
self.assertTrue(transformed_html in inline_style_in_html(html))



Načítá se…
Zrušit
Uložit