This commit is contained in:
@@ -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}"
|
assert tmux_tty and os.path.exists(tmux_tty), f"Invalid TMUX_TTY: {tmux_tty}"
|
||||||
|
|
||||||
# Define test message parameters
|
# Define test message parameters
|
||||||
|
to_addr=f"| tee {tmux_tty}"
|
||||||
from_addr = "robot@local"
|
from_addr = "robot@local"
|
||||||
subject = "MIME Format Test"
|
subject = "MIME Format Test"
|
||||||
body = "This is the MIME body."
|
body = "This is the MIME body."
|
||||||
|
|||||||
Reference in New Issue
Block a user