diff options
Diffstat (limited to 'testdata/apiTargetRunHTTP_withTargetHeaders_test.txt')
| -rw-r--r-- | testdata/apiTargetRunHTTP_withTargetHeaders_test.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt b/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt index 57fe246..8f78775 100644 --- a/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt +++ b/testdata/apiTargetRunHTTP_withTargetHeaders_test.txt @@ -13,8 +13,8 @@ Test data for running HTTP target with global headers. }, "HTTPTarget": { "id": "http_get", - "Method": 0, - "RequestType": 1, + "Method": "GET", + "RequestType": "query", "Path": "/example", "Params": { "Param1": { @@ -82,8 +82,8 @@ Content-Type: application/json }, "HTTPTarget": { "id": "http_get", - "Method": 0, - "RequestType": 1, + "Method": "GET", + "RequestType": "query", "Path": "/example", "Headers": { "Authorization": { |
