fix Sub error 35/72635/1 1.2.1 3.0.0-ONAP 3.0.1-ONAP
authormaopengzhang <zhang.maopeng1@zte.com.cn>
Wed, 14 Nov 2018 11:39:10 +0000 (19:39 +0800)
committermaopengzhang <zhang.maopeng1@zte.com.cn>
Wed, 14 Nov 2018 11:39:10 +0000 (19:39 +0800)
fix  sub URI error

Change-Id: I1fb08b6f765ea9d30fbfe423f7c4bd8abfb70fa8
Issue-ID: VFC-1185
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
gvnfmadapter/driver/interfaces/serializers/lccn_subscription_request.py

index 8f5cfe8..8b3d63a 100644 (file)
@@ -19,7 +19,7 @@ from driver.interfaces.serializers.subscription_authentication import Subscripti
 
 
 class LccnSubscriptionRequestSerializer(serializers.Serializer):
-    callbackUri = serializers.URLField(
+    callbackUri = serializers.CharField(
         help_text="The URI of the endpoint to send the notification to.",
         required=True,
         allow_null=False)