hurl/integration/tests_failed/file_unauthorized.hurl
Fabrice Reix bf79a512e0
Newline added at the end of the files
hurlfmt now also outputs a trailing newline.
2022-10-24 15:04:50 +02:00

22 lines
337 B
Plaintext

POST http://localhost:8000/post-file
file,/secret.txt;
HTTP/1.0 200
POST http://localhost:8000/post-file
file,../secret.txt;
HTTP/1.0 200
POST http://localhost:8000/post-file
[MultipartFormData]
file1: file,/secret.txt;
HTTP/1.0 200
POST http://localhost:8000/post-file
[MultipartFormData]
file1: file,../secret.txt;
HTTP/1.0 200