mirror of https://github.com/OCA/social.git
[FIX] mail_outbound_static: Remove warning
parent
6e13ffd239
commit
95fd7285cc
|
@ -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