Delete unnecessary integration test.

/data.bin is a now a valid filename, provided one use --file-root option.
This commit is contained in:
jcamiel 2022-02-05 13:51:38 +01:00 committed by Fabrice Reix
parent fc661c6f68
commit 3efe215e0e
3 changed files with 0 additions and 12 deletions

View File

@ -1,7 +0,0 @@
error: Parsing Filename
--> tests_error_parser/invalid_file.hurl:2:6
|
2 | file,/data.bin;
| ^ expecting a filename
|

View File

@ -1,4 +0,0 @@
POST http://localhost:8000/post-file
file,/data.bin;
HTTP/1.0 200