From 665327ec43480d1a05a2fb9f3fb3f707c465d629 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Tue, 9 Jun 2020 09:07:35 +0200 Subject: [PATCH] Fix on returned type on APPSUB --- SRV/APPSUB/PlatAppSubscriptions.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRV/APPSUB/PlatAppSubscriptions.robot b/SRV/APPSUB/PlatAppSubscriptions.robot index 985fd68..611df12 100644 --- a/SRV/APPSUB/PlatAppSubscriptions.robot +++ b/SRV/APPSUB/PlatAppSubscriptions.robot @@ -24,7 +24,7 @@ TC_MEC_SRV_APPSUB_001_OK [Tags] PIC_MEC_PLAT PIC_SERVICES Get Subscriptions list ${APP_INSTANCE_ID} Check HTTP Response Status Code Is 200 - Check HTTP Response Body Json Schema Is AppTerminationNotificationSubscription + Check HTTP Response Body Json Schema Is SubscriptionsLinkList TC_MEC_SRV_APPSUB_001_NF -- GitLab