Skip to content

Commit

Permalink
Correct unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Sep 18, 2024
1 parent ea7b61c commit f3f456d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/api_v2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
):
Expand Down

0 comments on commit f3f456d

Please sign in to comment.