From cc9b87db961523dd867cb8b6533916c0b15bc422 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 30 Jun 2023 16:49:10 +0200 Subject: [PATCH] blah --- changedetectionio/tests/smtp/test_notification_smtp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changedetectionio/tests/smtp/test_notification_smtp.py b/changedetectionio/tests/smtp/test_notification_smtp.py index 464456f3..7cae13de 100644 --- a/changedetectionio/tests/smtp/test_notification_smtp.py +++ b/changedetectionio/tests/smtp/test_notification_smtp.py @@ -38,7 +38,7 @@ def get_last_message_from_smtp_server(): # Requires running the test SMTP server def test_check_notification_email_formats_default_HTML(client, live_server): - live_server_setup(live_server) + #live_server_setup(live_server) set_original_response() notification_url = 'mailto://changedetection@mailserver:11025/?to=fff@home.com' @@ -85,7 +85,7 @@ def test_check_notification_email_formats_default_HTML(client, live_server): def test_check_notification_email_formats_default_Text_override_HTML(client, live_server): - live_server_setup(live_server) + #live_server_setup(live_server) set_original_response() notification_url = 'mailto://changedetection@mailserver:11025/?to=fff@home.com'