[FIX] mail_outbound_static: Remove warning
This commit is contained in:
parent
405f4ef1a7
commit
d043742efc
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user