Fix mail_send

This commit is contained in:
Raphael Michel
2026-01-23 17:25:09 +01:00
parent dc417b6324
commit d31b7182a8
11 changed files with 167 additions and 40 deletions

View File

@@ -217,7 +217,7 @@ def test_queue_state_retry_failure(env, monkeypatch):
'outgoing_mail': m.pk,
}, max_retries=0)
m.refresh_from_db()
assert m.status == OutgoingMail.STATUS_AWAWITING_RETRY
assert m.status == OutgoingMail.STATUS_AWAITING_RETRY
assert m.retry_after > now()