hurl/integration/tests_ok/to_entry.hurl
2022-12-08 13:15:32 +01:00

20 lines
324 B
Plaintext

GET http://localhost:8000/to-entry/1
HTTP 200
`Reached entry 1`
GET http://localhost:8000/to-entry/2
HTTP 200
`Reached entry 2`
GET http://localhost:8000/to-entry/3
HTTP 200
`Reached entry 3`
GET http://localhost:8000/to-entry/4
HTTP 200
`Reached entry 4`
GET http://localhost:8000/to-entry/5
HTTP 200
`Reached entry 5`