Skip to content
Snippets Groups Projects
Commit cb446db5 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix on Configuration Keywords

parent 1774783d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment