mirror of
https://github.com/caronc/apprise.git
synced 2025-08-16 19:42:25 +02:00
Improved Apprise encoding and text format support (#566)
This commit is contained in:
@ -40,7 +40,7 @@ def test_html_to_text():
|
||||
"""
|
||||
A function to simply html conversion tests
|
||||
"""
|
||||
return convert_between(NotifyFormat.HTML, NotifyFormat.TEXT, body)
|
||||
return convert_between(NotifyFormat.HTML, NotifyFormat.TEXT, body)[1]
|
||||
|
||||
assert to_html("No HTML code here.") == "No HTML code here."
|
||||
|
||||
|
Reference in New Issue
Block a user