From 951903287a7929feb16a5a93027fa1df89c9ade1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 23 Oct 2025 13:11:34 +0200 Subject: [PATCH] revert accidential change --- 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 f82e2e0f..9c60433d 100644 --- a/changedetectionio/tests/smtp/test_notification_smtp.py +++ b/changedetectionio/tests/smtp/test_notification_smtp.py @@ -12,7 +12,7 @@ import logging # NOTE - RELIES ON mailserver as hostname running, see github build recipes -smtp_test_server = 'localhost' +smtp_test_server = 'mailserver' from changedetectionio.notification import ( default_notification_body,