Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
acasajus committed Jan 15, 2025
1 parent 305f50a commit a1a081e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_email_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,4 @@ def test_not_send_to_pending_to_delete_users(flask_client):
envelope.rcpt_tos = [alias.email]
msg = EmailMessage()
result = email_handler.handle(envelope, msg)
assert result == status.E200
assert result == status.E504

0 comments on commit a1a081e

Please sign in to comment.