Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoopenf committed Jan 29, 2025
1 parent abde592 commit 6c7c646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_outbound_static/tests/test_ir_mail_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_02_from_outgoing_server_domaintwo(self):
def test_03_from_outgoing_server_another(self):
self._init_mail_server_domain_whilelist_based()
domain = "example.com"
email_from = "Mitchell Admin <admin@%s>" % domain
email_from = f"Mitchell Admin <admin@{domain}>"
expected_mail_server = self.mail_server_domainone

self.message.replace_header("From", email_from)
Expand Down

0 comments on commit 6c7c646

Please sign in to comment.