Commit cb446db5 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix on Configuration Keywords

parent 1774783d
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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