mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
Fix broken tests after removing session authentication.
This commit is contained in:
@@ -130,6 +130,7 @@ class ApiV1ConfigView(APIView):
|
||||
|
||||
class AuthTokenView(APIView):
|
||||
|
||||
authentication_classes = []
|
||||
permission_classes = (AllowAny,)
|
||||
serializer_class = AuthTokenSerializer
|
||||
model = AuthToken
|
||||
|
||||
Reference in New Issue
Block a user