From 039d22d4088b32dcf1bbc76cf29dc5d56c9e7f80 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 30 Oct 2025 17:01:43 +0100 Subject: [PATCH] oops --- changedetectionio/tests/smtp/test_notification_smtp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/smtp/test_notification_smtp.py b/changedetectionio/tests/smtp/test_notification_smtp.py index c8bab3712..c391f5240 100644 --- a/changedetectionio/tests/smtp/test_notification_smtp.py +++ b/changedetectionio/tests/smtp/test_notification_smtp.py @@ -14,7 +14,7 @@ import logging # NOTE - RELIES ON mailserver as hostname running, see github build recipes -smtp_test_server = 'localhost' +smtp_test_server = 'mailserver' ALL_MARKUP_TOKENS = ''.join(f"TOKEN: '{t}'\n{{{{{t}}}}}\n" for t in NotificationContextData().keys())