From 6e4da34cb06e7dc5bdbb9cb6354c1a3a4748b5bc Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Mon, 15 Feb 2021 17:32:07 +0100 Subject: [PATCH] fix #30 --- SRV/RNIS/RnisSubscriptions_BV.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SRV/RNIS/RnisSubscriptions_BV.robot b/SRV/RNIS/RnisSubscriptions_BV.robot index 9f59522..70778bd 100644 --- a/SRV/RNIS/RnisSubscriptions_BV.robot +++ b/SRV/RNIS/RnisSubscriptions_BV.robot @@ -43,7 +43,7 @@ Get an Individual RNIS subscription ... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml Get Individual RNIS Subscription Check HTTP Response Status Code Is 200 - Check HTTP Response Body Json Schema Is CellChangeSubscriptionRequest + Check HTTP Response Body Json Schema Is CellChangeSubscription Update an Individual RNIS subscription @@ -53,7 +53,7 @@ Update an Individual RNIS subscription ... Reference https://forge.etsi.org/rep/mec/gs012-rnis-api/blob/automatic_generation/RniAPI.yaml Update Individual RNIS Subscription Check HTTP Response Status Code Is 200 - Check HTTP Response Body Json Schema Is CellChangeSubscriptionRequest + Check HTTP Response Body Json Schema Is CellChangeSubscription Remove an Individual RNIS subscription [Documentation] TC_MEC_SRV_RNIS_015_OK -- GitLab