mirror of
https://github.com/ansible/awx.git
synced 2026-04-17 16:00:18 -02: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