This commit is contained in:
Son 2022-04-15 17:06:00 +02:00
parent 0565ca4d5e
commit 06874ea97c
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ def test_dmarc_reply_quarantine(flask_client, dmarc_result):
def test_add_alias_to_header_if_needed():
msg = EmailMessage()
create_random_user()
create_new_user()
alias = Alias.first()
assert msg[headers.TO] is None