Skip to content

Commit

Permalink
modify request body size to account for json body
Browse files Browse the repository at this point in the history
Signed-off-by: pelinthecoder <[email protected]>
  • Loading branch information
Pelinthecoder committed Feb 12, 2025
1 parent 879797f commit 972b0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/request_source/test_data/test-config-ab.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
options:
- request_method: 1
request_body_size: 10
request_body_size: 22
json_body: '{"message": "hello"}'
request_headers:
- { header: { key: ":path", value: "/a" } }
- { header: { key: "x-nighthawk-test-server-config", value: "{response_body_size:13}" } }
- request_method: 1
request_body_size: 10
request_body_size: 22
json_body: '{"message": "hello"}'
request_headers:
- { header: { key: ":path", value: "/b" } }
Expand Down

0 comments on commit 972b0f1

Please sign in to comment.