From 93af9149021ab6abb3bfded0b8d708d5c2fa97fd Mon Sep 17 00:00:00 2001 From: root <root@DESKTOP-A5SJGL5.localdomain> Date: Mon, 27 Jan 2020 12:36:28 +0500 Subject: [PATCH] bug-fixes --- SOL003/VNFLifecycleOperationGranting-API/Grants.robot | 3 --- 1 file changed, 3 deletions(-) diff --git a/SOL003/VNFLifecycleOperationGranting-API/Grants.robot b/SOL003/VNFLifecycleOperationGranting-API/Grants.robot index 6ecca096..ee2b8c49 100644 --- a/SOL003/VNFLifecycleOperationGranting-API/Grants.robot +++ b/SOL003/VNFLifecycleOperationGranting-API/Grants.robot @@ -178,9 +178,6 @@ Get an individual grant - Successful Get ${response['headers']['Location']} Log Validate Status code Integer response status 200 - ${result} Output response body - Validate Json grant.schema.json ${result} - Log Validation OK Get Grants Log Trying to perform a GET. This method should not be implemented -- GitLab