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

Fix on Configuration Keywords

parent 1774783d
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment