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 b41295d commit c998ffe
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 @@ -216,7 +216,7 @@ def test_03_from_outgoing_server_another(self):
def test_04_from_outgoing_server_none_use_config(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}>"

self._delete_mail_servers()
self.assertFalse(self.IrMailServer.search([]))
Expand Down

0 comments on commit c998ffe

Please sign in to comment.