Skip to content

Commit 39a3bc0

Browse files
committed
refactor(benches): change end_to_end response body default to empty
1 parent 97ed047 commit 39a3bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/end_to_end.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ fn opts() -> Opts {
198198
request_method: Method::GET,
199199
request_body: None,
200200
request_chunks: 0,
201-
response_body: b"Hello",
201+
response_body: b"",
202202
}
203203
}
204204

0 commit comments

Comments
 (0)