From c9bbf5a9e583b24dbcb4afc206c60c6a31b6ae39 Mon Sep 17 00:00:00 2001 From: Abbas Ahmad Date: Tue, 14 May 2019 11:25:38 +0200 Subject: [PATCH] Resolved issue #64: https://forge.etsi.org/gitlab/nfv/api-tests/issues/64 --- SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot b/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot index ec2130a1..2314fd9e 100644 --- a/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot +++ b/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot @@ -16,7 +16,7 @@ Get Information about an individual NS Instance Do POST individualNSInstance Check HTTP Response Status Code Is 200 Check HTTP Response Header ContentType is ${CONTENT_TYPE} - Check HTTP Response Body Json Schema Is nsInstance.schema.json + Check HTTP Response Body Json Schema Is NsInstance.schema.json PUT Individual NSInstance - Method not implemented Do PUT IndividualNSInstance -- GitLab