mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-03 14:33:53 +03:00
609868c858
predicate countEquals becomes deprecated and is replaced by count ==
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
error: Invalid Json
|
|
--> tests/error_query_invalid_json.hurl:4:1
|
|
|
|
|
4 | jsonpath "$.errors" count == 2
|
|
| ^^^^^^^^^^^^^^^^^^^ The http response is not a valid json
|
|
|
|
|
|