[FIX] mail_outbound_static: Remove warning

This commit is contained in:
Víctor Martínez 2022-10-19 13:06:21 +02:00
parent 405f4ef1a7
commit d043742efc
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class TestIrMailServer(TransactionCase, MockSmtplibCase):
)
def _skip_test(self, reason):
_logger.warn(reason)
_logger.warning(reason)
self.skipTest(reason)
def _send_mail(