Modify notification endpoint interface definition in swagger
[modeling/etsicatalog.git] / catalog / packages / biz / vnf_pkg_subscription.py
index 29ef92e..69ce2e8 100644 (file)
@@ -57,7 +57,7 @@ class CreateSubscription(object):
         self.vnfd_id = ignore_case_get(self.filter, "vnfdId", [])
         self.vnf_pkg_id = ignore_case_get(self.filter, "vnfPkgId", [])
         self.vnf_products_from_provider = \
-            ignore_case_get(self.filter, "vnfProductsFromProviders", {})
+            ignore_case_get(self.filter, "vnfProductsFromProviders", [])
 
     def check_callbackuri_connection(self):
         logger.debug("SubscribeNotification-post::> Sending GET request "