mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-03 02:30:32 +03:00
698b6dcca6
in order to ignore implict assert on status code
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
GET http://localhost:8000/assert-status-code
|
|
HTTP/1.0 201
|
|
|
|
# simply check that the status code is not 200
|
|
# do not run implicit assert of http response version and code
|
|
GET http://localhost:8000/assert-status-code
|
|
HTTP/* *
|
|
[Asserts]
|
|
status not equals 200
|
|
|
|
|