Update tests/test_utils_sendmail.py
Run CI Tests / test (push) Successful in 2m47s

This commit is contained in:
2025-07-30 20:12:24 +02:00
parent 3fbdcb598d
commit bcd01bf989
+1
View File
@@ -14,6 +14,7 @@ def test_sendmail_mime_format_in_tmux():
assert tmux_tty and os.path.exists(tmux_tty), f"Invalid TMUX_TTY: {tmux_tty}"
# Define test message parameters
to_addr=f"| tee {tmux_tty}"
from_addr = "robot@local"
subject = "MIME Format Test"
body = "This is the MIME body."