Skip to content

Commit

Permalink
log proper method
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Aug 17, 2022
1 parent 798ae67 commit 6122ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ impl GooseUser {

// Record the complete client request, included in the request log and the debug log.
let raw_request = GooseRawRequest::new(
request.method.clone(),
goose_method_from_method(built_request.method().clone())?,
built_request.url().as_str(),
headers,
body,
Expand Down

0 comments on commit 6122ecb

Please sign in to comment.