From e596d00af8923fdf876b374bd56ffdf61f1dbe33 Mon Sep 17 00:00:00 2001 From: uihassan Date: Thu, 13 Aug 2020 10:48:18 +0500 Subject: [PATCH] fixed Response Code issue --- .../NFVMANOEntity.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot b/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot index ba7ee2ec..2a4d5627 100644 --- a/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot +++ b/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot @@ -81,7 +81,7 @@ PATCH NFV-MANO entity - PreCondition Failed ... Applicability: none ... Post-Conditions: The NFV-MANO entity is not modified by the operation Send Patch request for NFV-MANO Entity - Check HTTP Response Status Code Is 409 + Check HTTP Response Status Code Is 412 Check HTTP Response Body Json Schema Is ProblemDetails DELETE NFV-MANO entity - Method not implemented -- GitLab