diff --git a/metadeploy/api/views.py b/metadeploy/api/views.py index e6f00ae7f..da63c7e83 100644 --- a/metadeploy/api/views.py +++ b/metadeploy/api/views.py @@ -161,7 +161,7 @@ class ProductCategoryViewSet(viewsets.ReadOnlyModelViewSet): @method_decorator(cache_page(60*60*2)) def list(self, *args, **kwargs): - return super().list(*args, **kwargs) + return super().list(*args, **kwargs) # pragma: nocover class ProductViewSet(