diff --git a/tests/contrib/test_simplejwt.py b/tests/contrib/test_simplejwt.py index ae710fa9..2e0a8b8a 100644 --- a/tests/contrib/test_simplejwt.py +++ b/tests/contrib/test_simplejwt.py @@ -33,6 +33,7 @@ class X2Viewset(mixins.ListModelMixin, viewsets.GenericViewSet): authentication_classes = [JWTTokenUserAuthentication] required_scopes = ['x:read', 'x:write'] + class X3Viewset(mixins.ListModelMixin, viewsets.GenericViewSet): serializer_class = XSerializer authentication_classes = [JWTStatelessUserAuthentication]