[FIX] mail_outbound_static: Remove warning

pull/1035/head
Víctor Martínez 2022-10-19 13:06:21 +02:00 committed by Daniel Reis
parent 6e13ffd239
commit 95fd7285cc
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(