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 ab86e38 commit 0a4dc2d
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 @@ -255,7 +255,7 @@ def test_05_from_outgoing_server_none_same_domain(self):
" or smtp_domain_whitelist."
)

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 0a4dc2d

Please sign in to comment.