mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 16:11:34 +03:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
The option fail-at-end is deprecated. Use continue-on-error instead
|
|
error: Assert status code
|
|
--> tests_failed/fail_at_end.hurl:2:6
|
|
|
|
|
2 | HTTP 400
|
|
| ^^^ actual value is <200>
|
|
|
|
|
|
|
error: Assert status code
|
|
--> tests_failed/fail_at_end.hurl:8:6
|
|
|
|
|
8 | HTTP 400
|
|
| ^^^ actual value is <200>
|
|
|
|
|
|