Loading SOL002/VNFConfiguration-API/Configuration.robot +0 −2 Original line number Original line Diff line number Diff line Loading @@ -142,8 +142,6 @@ Check HTTP Response Header Contains Check HTTP Response Body Json Schema Is Check HTTP Response Body Json Schema Is [Arguments] ${schema} [Arguments] ${schema} ${file_schema}= Get File ${schema} ${json_schema}= evaluate json.loads('''${schema}''') json Should Contain ${response[0]['headers']['Content-Type']} ${CONTENT_TYPE} Should Contain ${response[0]['headers']['Content-Type']} ${CONTENT_TYPE} Validate Json ${schema} ${response[0]['body']} Validate Json ${schema} ${response[0]['body']} Log Json Schema Validation OK Log Json Schema Validation OK Loading Loading
SOL002/VNFConfiguration-API/Configuration.robot +0 −2 Original line number Original line Diff line number Diff line Loading @@ -142,8 +142,6 @@ Check HTTP Response Header Contains Check HTTP Response Body Json Schema Is Check HTTP Response Body Json Schema Is [Arguments] ${schema} [Arguments] ${schema} ${file_schema}= Get File ${schema} ${json_schema}= evaluate json.loads('''${schema}''') json Should Contain ${response[0]['headers']['Content-Type']} ${CONTENT_TYPE} Should Contain ${response[0]['headers']['Content-Type']} ${CONTENT_TYPE} Validate Json ${schema} ${response[0]['body']} Validate Json ${schema} ${response[0]['body']} Log Json Schema Validation OK Log Json Schema Validation OK Loading