diff --git a/src/api/views/auth_factor_test.py b/src/api/views/auth_factor_test.py index 3d96f7c4..af1dc401 100644 --- a/src/api/views/auth_factor_test.py +++ b/src/api/views/auth_factor_test.py @@ -26,6 +26,7 @@ # pylint: disable=missing-class-docstring # pylint: disable=too-many-ancestors +# pylint: disable=too-many-public-methods class TestAuthFactorViewSet(ModelViewSetTestCase[User, AuthFactor]):