Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log proper method #512

Merged
merged 3 commits into from
Aug 18, 2022
Merged

Conversation

jeremyandrews
Copy link
Member

@jeremyandrews jeremyandrews commented Aug 17, 2022

@@ -1245,6 +1245,7 @@ impl GooseUser {
// POST request.
let goose_request = GooseRequest::builder()
.method(GooseMethod::Post)
.path(path)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to call .path(path) for consistent naming in the metrics, for this to work the same if you're using the builder directly.

@slashrsm
Copy link
Collaborator

Looks good to me.

@slashrsm slashrsm merged commit a56639a into tag1consulting:main Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML report doesn't include correct method and path when creating request using builder
2 participants