hurl/integration/tests_ok/to_entry.hurl
2022-11-11 14:25:00 +01:00

20 lines
344 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```