mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
error: Assert failure
|
|
--> tests_failed/assert_bytearray.hurl:4:0
|
|
|
|
|
4 | bytes equals hex,00;
|
|
| actual: byte array <ff>
|
|
| expected: byte array <00>
|
|
|
|
|
|
|
error: Assert failure
|
|
--> tests_failed/assert_bytearray.hurl:5:0
|
|
|
|
|
5 | sha256 equals hex,a8100ae6aa1940d0b663bb31cd466142ebbdbd5187131b92d93818987832eb88;
|
|
| actual: byte array <a8100ae6aa1940d0b663bb31cd466142ebbdbd5187131b92d93818987832eb89>
|
|
| expected: byte array <a8100ae6aa1940d0b663bb31cd466142ebbdbd5187131b92d93818987832eb88>
|
|
|
|
|
|