mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-04 11:03:21 +03:00
609868c858
predicate countEquals becomes deprecated and is replaced by count ==
1 line
545 B
JSON
1 line
545 B
JSON
{"entries":[{"request":{"method":"GET","url":"http://localhost:8000/bytes"},"response":{"version":"HTTP/1.0","status":200,"headers":[{"name":"Content-Type","value":"application/octet-stream"}],"asserts":[{"query":{"type":"bytes"},"predicate":{"type":"equal","value":{"value":"/w==","encoding":"base64"}}},{"query":{"type":"bytes","subquery":{"type":"count"}},"predicate":{"type":"equal","value":1}},{"query":{"type":"sha256"},"predicate":{"type":"equal","value":{"value":"qBAK5qoZQNC2Y7sxzUZhQuu9vVGHExuS2TgYmHgy64k=","encoding":"base64"}}}]}}]} |