Fix Hurl snippet.

This commit is contained in:
jcamiel 2023-06-05 11:15:45 +02:00 committed by hurl-bot
parent 1215da6610
commit 5aa6abd6db
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D

View File

@ -404,9 +404,10 @@ body contains "<h1>Welcome!</h1>"
GET https://example.org/cn
HTTP 200
[Asserts]
header "Content-Type" == "text/html; charset=gb2312"
bytes contains hex,c4e3bac3cac0bde7; # 你好世界 encoded in GB 2312
body contains == "你好世界"
body contains "你好世界"
```
### Bytes assert