Skip to content

Commit

Permalink
Wip.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel committed Jun 17, 2022
1 parent c38ec9e commit d6c6327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hurl/src/http/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ mod tests {
cookie_input_file: Some("cookie_file".to_string()),
proxy: Some("localhost:3128".to_string()),
no_proxy: None,
verbosity: true,
verbosity: None,
insecure: true,
timeout: Duration::from_secs(10),
connect_timeout: Duration::from_secs(20),
Expand Down

0 comments on commit d6c6327

Please sign in to comment.