diff options
Diffstat (limited to 'testdata/target_http_run_withrawbody_json_test.txt')
| -rw-r--r-- | testdata/target_http_run_withrawbody_json_test.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/target_http_run_withrawbody_json_test.txt b/testdata/target_http_run_withrawbody_json_test.txt index 9c23ba2..04f2fb9 100644 --- a/testdata/target_http_run_withrawbody_json_test.txt +++ b/testdata/target_http_run_withrawbody_json_test.txt @@ -7,8 +7,8 @@ Test data for testing [HTTPTarget.WithRawBody]. }, "HTTPTarget": { "id": "http_rawbody_json", - "Method": 6, - "RequestType": 4, + "Method": "POST", + "RequestType": "json", "Path": "/example/rawbody/json", "RawBody": "eyJpZCI6MSwibmFtZSI6ImdvcmFua3VzdSJ9", "WithRawBody": true |
