diff --git a/SOL002/VNFConfiguration-API/Configuration.robot b/SOL002/VNFConfiguration-API/Configuration.robot
index a7405cdb699a4dc62e7691ea5087f64db8d45d0e..ab7b4a62a50a52743d260c87bf4119c951e21d1f 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