diff options
Diffstat (limited to 'testdata/target_http_run_formkindfile_test.txt')
| -rw-r--r-- | testdata/target_http_run_formkindfile_test.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/target_http_run_formkindfile_test.txt b/testdata/target_http_run_formkindfile_test.txt index 8925406..9dbf1ba 100644 --- a/testdata/target_http_run_formkindfile_test.txt +++ b/testdata/target_http_run_formkindfile_test.txt @@ -7,8 +7,8 @@ Test data for testing running HTTP with form kind is file (uploading file). }, "HTTPTarget": { "id": "http_upload", - "Method": 6, - "RequestType": 3, + "Method": "POST", + "RequestType": "form-data", "Path": "/example/upload", "Params": { "file": { |
