diff --git a/auth_session_timeout/tests/test_ir_config_parameter.py b/auth_session_timeout/tests/test_ir_config_parameter.py index 7dbb4cd7c..09fa2ca69 100644 --- a/auth_session_timeout/tests/test_ir_config_parameter.py +++ b/auth_session_timeout/tests/test_ir_config_parameter.py @@ -7,7 +7,6 @@ class TestIrConfigParameter(common.TransactionCase): def setUp(self): - super(TestIrConfigParameter, self).setUp() self.db = self.env.cr.dbname self.param_obj = self.env["ir.config_parameter"] self.data_obj = self.env["ir.model.data"] diff --git a/auth_session_timeout/tests/test_res_users.py b/auth_session_timeout/tests/test_res_users.py index 657adb441..9e767f8ad 100644 --- a/auth_session_timeout/tests/test_res_users.py +++ b/auth_session_timeout/tests/test_res_users.py @@ -15,7 +15,7 @@ class EndTestException(Exception): class TestResUsers(TransactionCase): def setUp(self): - super(TestResUsers, self).setUp() + # super(TestResUsers, self).setUp() self.ResUsers = self.env["res.users"] @contextmanager