let mail connection setting come from CHATMAIL_DOMAIN env

This commit is contained in:
holger krekel
2023-10-14 12:25:13 +02:00
parent 0f2cb90e09
commit fc1779926a
2 changed files with 12 additions and 8 deletions

View File

@@ -40,5 +40,3 @@ class TestPostfix:
smtp.login(user, password + "wrong")
assert excinfo.value.smtp_code == 535
assert "authentication failed" in str(excinfo)