Skip to content
Snippets Groups Projects
Commit 6481d920 authored by Krzysztof Leśniak's avatar Krzysztof Leśniak
Browse files

remove checking for result and error fields

This is now validated by json schema.
parent 00ed618b
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
- test_id: {type: 'number_sequence', start: 1} - test_id: {type: 'number_sequence', start: 1}
- validator_base: &validator_base - validator_base: &validator_base
- extract_test: {jsonpath_mini: "error", test: "not_exists"}
- extract_test: {jsonpath_mini: "result", test: "exists"}
- compare: {jsonpath_mini: "id", comparator: "str_eq", expected: {template: $test_id}} - compare: {jsonpath_mini: "id", comparator: "str_eq", expected: {template: $test_id}}
- validator_result_json: &validator_result_json - validator_result_json: &validator_result_json
......
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