From f3f456da265ef763b4af5a08df48a3bf6e4e9f01 Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:07:22 -0500 Subject: [PATCH] Correct unit tests --- dojo/api_v2/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/api_v2/views.py b/dojo/api_v2/views.py index a6655879bd3..b36924640b8 100644 --- a/dojo/api_v2/views.py +++ b/dojo/api_v2/views.py @@ -297,7 +297,7 @@ def get_queryset(self): # Authorization: object-based -@extend_schema_view(**schema_with_prefetch()) +# @extend_schema_view(**schema_with_prefetch()) class EndPointViewSet( PrefetchDojoModelViewSet, ):