mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 01:51:49 -05:00
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