diff --git a/mail_footer_notified_partners/tests/test_mail_notification.py b/mail_footer_notified_partners/tests/test_mail_notification.py index c8c5442e..5386ab47 100644 --- a/mail_footer_notified_partners/tests/test_mail_notification.py +++ b/mail_footer_notified_partners/tests/test_mail_notification.py @@ -2,10 +2,10 @@ # © 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from anybox.testing.openerp import SharedSetupTransactionCase +import openerp.tests.common as common -class TestMailNotification(SharedSetupTransactionCase): +class TestMailNotification(common.TransactionCase): def setUp(self): super(TestMailNotification, self).setUp()