From 099919c49276d13fbe46fef15c1e65671bcb5876 Mon Sep 17 00:00:00 2001 From: Gabriele Scivoletto Date: Mon, 8 Jan 2024 10:17:54 +0100 Subject: [PATCH] refactor --- MEC028/WAI/EXT_SUB/ExistingSubscription.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MEC028/WAI/EXT_SUB/ExistingSubscription.robot b/MEC028/WAI/EXT_SUB/ExistingSubscription.robot index 87a5420..4bfbfc7 100644 --- a/MEC028/WAI/EXT_SUB/ExistingSubscription.robot +++ b/MEC028/WAI/EXT_SUB/ExistingSubscription.robot @@ -31,6 +31,7 @@ TC_MEC_MEC028_SRV_WAI_008_OK [TearDown] Remove Subscription Info ${Location} + TC_MEC_MEC028_SRV_WAI_008_NF [Documentation] ... Check that the IUT responds with an error when a request for existing subscription with incorrect parameters is sent" @@ -43,7 +44,7 @@ TC_MEC_MEC028_SRV_WAI_008_NF Retrieve existing subscription information ${NOT_EXISTING_SUB_ID} Check HTTP Response Status Code Is 404 -*** Test Cases *** + TC_MEC_MEC028_SRV_WAI_009_OK [Documentation] ... Check that the IUT responds with a Notification Subscription when it is modified" -- GitLab