Update tests/test_utils_sendmail.py
Run CI Tests / test (push) Successful in 36s

This commit is contained in:
2025-07-30 19:49:40 +02:00
parent c4180f97b5
commit afd968d788
+2
View File
@@ -4,8 +4,10 @@ import getpass
from email.mime.text import MIMEText
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from slic.utils.sendmail import sendmail
from slic.utils.sendmail import *
def test_sendmail_mime_format_in_tmux():
# Retrieve the tmux TTY from the environment
tmux_tty = os.environ.get("TMUX_TTY")