From 27a9e769b9c321c227764d33868e79d45925b08f Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Sun, 29 Oct 2023 20:07:42 +0100 Subject: [PATCH] *: Fix pylint --- auth_jwt/views/auth_jwt_validator_views.xml | 2 +- auth_user_case_insensitive/tests/test_res_users.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth_jwt/views/auth_jwt_validator_views.xml b/auth_jwt/views/auth_jwt_validator_views.xml index 32a6fabe04..bc907038a9 100644 --- a/auth_jwt/views/auth_jwt_validator_views.xml +++ b/auth_jwt/views/auth_jwt_validator_views.xml @@ -78,7 +78,7 @@ auth.jwt.validator.tree auth.jwt.validator - + diff --git a/auth_user_case_insensitive/tests/test_res_users.py b/auth_user_case_insensitive/tests/test_res_users.py index 22120a600c..a093438c6e 100644 --- a/auth_user_case_insensitive/tests/test_res_users.py +++ b/auth_user_case_insensitive/tests/test_res_users.py @@ -48,7 +48,7 @@ def test_login_login_is_lowercased(self): """It should verify the login is set to lowercase on login""" rec_id = self._new_record() # We have to commit this cursor, because `_login` uses a fresh cursor - self.env.cr.commit() + self.env.cr.commit() # pylint: disable=E8102 with mute_logger("odoo.addons.auth_ldap.models.res_company_ldap"): res_id = self.model_obj._login( self.env.registry.db_name,