summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/biz
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-06-14 16:32:56 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2019-06-17 09:50:33 +0800
commitf7f380ab656da359a3e3f9cf34982e5e86a93289 (patch)
treea27427bc70fc43cea23257ff46d5793af0918430 /lcm/lcm/nf/biz
parent6a15a10abf1ea0d90708c607a1bfc00dc50ca06f (diff)
Fix bug for miss check callbackurl in subscription post request.
Issue-ID: VFC-1418 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn> Change-Id: I2612cf6edd88b5a68860cc157932f03756fc06b6
Diffstat (limited to 'lcm/lcm/nf/biz')
-rw-r--r--lcm/lcm/nf/biz/create_subscription.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/nf/biz/create_subscription.py b/lcm/lcm/nf/biz/create_subscription.py
index 8c6d4528..164bf6c8 100644
--- a/lcm/lcm/nf/biz/create_subscription.py
+++ b/lcm/lcm/nf/biz/create_subscription.py
@@ -62,7 +62,7 @@ class CreateSubscription:
def do_biz(self):
self.subscription_id = str(uuid.uuid4())
- # self.check_callbackuri_connection()
+ self.check_callbackuri_connection()
self.check_valid_auth_info()
self.check_filter_types()
self.check_valid()