-
Notifications
You must be signed in to change notification settings - Fork 230
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
Fixes adding additional QueryParameters to http request #838
Conversation
hey @martijn00 , I've written an additional test making clear the expected behavior. |
@ebozduman can you run this and review? |
@tvdias can you run format on this branch? |
I run the tool to format both files and updated the PR, but it didn't run the pipeline again, so I can't confirm this is now as expected. |
352f278
to
45c36f2
Compare
It looks like functional tests have failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It looks like there's an issue on HttpRequestMessageBuilder.Request getter. I've written a test and could check it doesn't do what I expected it to do.
I've changed it to get Uri's query parameters and always append
QueryParameters
.