hurl/integration/tests_ok/to_entry.hurl

20 lines
344 B
Plaintext
Raw Normal View History

2022-08-14 14:57:20 +03:00
GET http://localhost:8000/to-entry/1
2022-11-11 16:25:00 +03:00
HTTP 200
2022-08-14 14:57:20 +03:00
```Reached entry 1```
GET http://localhost:8000/to-entry/2
2022-11-11 16:25:00 +03:00
HTTP 200
2022-08-14 14:57:20 +03:00
```Reached entry 2```
GET http://localhost:8000/to-entry/3
2022-11-11 16:25:00 +03:00
HTTP 200
2022-08-14 14:57:20 +03:00
```Reached entry 3```
GET http://localhost:8000/to-entry/4
2022-11-11 16:25:00 +03:00
HTTP 200
2022-08-14 14:57:20 +03:00
```Reached entry 4```
GET http://localhost:8000/to-entry/5
2022-11-11 16:25:00 +03:00
HTTP 200
2022-08-14 14:57:20 +03:00
```Reached entry 5```