From 9f6096c4935b85762cd335066713a9af120d7f6b Mon Sep 17 00:00:00 2001 From: maopengzhang Date: Thu, 18 Apr 2019 15:12:19 +0800 Subject: [PATCH] Fix Catalog API error Fix Catalog API error Change-Id: Ieee79598938c1e8d13070c9f1b2a2cfab4cacbfa Issue-ID: VFC-1241 Signed-off-by: maopengzhang --- catalog/packages/views/vnf_package_artifact_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/packages/views/vnf_package_artifact_views.py b/catalog/packages/views/vnf_package_artifact_views.py index 75ae8be2..0de96829 100644 --- a/catalog/packages/views/vnf_package_artifact_views.py +++ b/catalog/packages/views/vnf_package_artifact_views.py @@ -39,7 +39,7 @@ class FetchVnfPkgmArtifactsView(APIView): @swagger_auto_schema( responses={ - status.HTTP_200_OK: None, + status.HTTP_200_OK: "HTTP_200_OK", status.HTTP_404_NOT_FOUND: ProblemDetailsSerializer(), status.HTTP_500_INTERNAL_SERVER_ERROR: ProblemDetailsSerializer() } -- 2.16.6