You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an integration test for --header with this file:
integration/hurl/tests_ok/add_header.hurl
GET http://localhost:8000/add-header-0
HTTP 200
GET http://localhost:8000/add-header-1
header-a: foo
HTTP 200
GET http://localhost:8000/add-header-2
header-b: bar
{"message":"hi!"}
HTTP 200
and the script file integration/hurl/tests_ok/add_header.sh
The Flask file integration/hurl/tests_ok/add_header.py should have 3 endpoint add_header_0, add_header_1, add_header_2 that test request headers do contain the right headers.
The text was updated successfully, but these errors were encountered:
Add an integration test for --header with this file:
integration/hurl/tests_ok/add_header.hurl
and the script file
integration/hurl/tests_ok/add_header.sh
The Flask file
integration/hurl/tests_ok/add_header.py
should have 3 endpointadd_header_0
,add_header_1
,add_header_2
that test request headers do contain the right headers.The text was updated successfully, but these errors were encountered: