Skip to content

Commit

Permalink
[FIX] auth_session_timeout : fix code refactoring for super
Browse files Browse the repository at this point in the history
  • Loading branch information
HanZawNyein committed Oct 31, 2024
1 parent 11d8f39 commit 0b880a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion auth_session_timeout/tests/test_ir_config_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion auth_session_timeout/tests/test_res_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b880a5

Please sign in to comment.