From cf23ff3e59ebaa4fd0f074fede7aee3fa232798a Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 30 Jun 2023 16:31:25 +0200 Subject: [PATCH] WIP --- changedetectionio/tests/smtp/test_notification_smtp.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changedetectionio/tests/smtp/test_notification_smtp.py b/changedetectionio/tests/smtp/test_notification_smtp.py index aad253851..464456f35 100644 --- a/changedetectionio/tests/smtp/test_notification_smtp.py +++ b/changedetectionio/tests/smtp/test_notification_smtp.py @@ -9,6 +9,9 @@ from changedetectionio.tests.util import extract_UUID_from_client import logging import base64 +# NOTE - RELIES ON mailserver as hostname running, see github build recipes + + from changedetectionio.notification import ( default_notification_body, default_notification_format, @@ -16,6 +19,8 @@ from changedetectionio.notification import ( valid_notification_formats, ) +def test_setup(live_server): + live_server_setup(live_server) def get_last_message_from_smtp_server(): import socket