From cb446db58718f1b6d01d8b18ed93dd59966777b6 Mon Sep 17 00:00:00 2001 From: Elian Kraja <e.kraja@nextworks.it> Date: Wed, 13 Feb 2019 10:26:14 +0100 Subject: [PATCH] Fix on Configuration Keywords --- SOL002/VNFConfiguration-API/Configuration.robot | 2 -- 1 file changed, 2 deletions(-) diff --git a/SOL002/VNFConfiguration-API/Configuration.robot b/SOL002/VNFConfiguration-API/Configuration.robot index a7405cdb..ab7b4a62 100644 --- a/SOL002/VNFConfiguration-API/Configuration.robot +++ b/SOL002/VNFConfiguration-API/Configuration.robot @@ -142,8 +142,6 @@ Check HTTP Response Header Contains Check HTTP Response Body Json Schema Is [Arguments] ${schema} - ${file_schema}= Get File ${schema} - ${json_schema}= evaluate json.loads('''${schema}''') json Should Contain ${response[0]['headers']['Content-Type']} ${CONTENT_TYPE} Validate Json ${schema} ${response[0]['body']} Log Json Schema Validation OK -- GitLab