diff --git a/tests/unit_tests/notifications/email_tests.py b/tests/unit_tests/notifications/email_tests.py index 4ce34b99cac4d..8615a90affc40 100644 --- a/tests/unit_tests/notifications/email_tests.py +++ b/tests/unit_tests/notifications/email_tests.py @@ -50,5 +50,5 @@ def test_render_description_with_html() -> None: ._get_content() .body ) - assert '

This is a test alert


' in email_body + assert '

This is a test alert


' in email_body assert '<a href="http://www.example.com">333</a>' in email_body