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

Add correct handling of query parameters in SttpMockServerClient #4220

Merged
merged 3 commits into from
Dec 24, 2024

Conversation

Husky22
Copy link
Contributor

@Husky22 Husky22 commented Dec 23, 2024

Mock Server expects the query parameters in a field called queryStringParameters instead of in the URL.
This PR follows the way headers are mapped to a MultiMapOpt to map query parameters to a Map[String,List[String]]

Closes #4219

@adamw adamw merged commit 034c878 into softwaremill:master Dec 24, 2024
28 checks passed
@adamw
Copy link
Member

adamw commented Dec 24, 2024

Thank you!

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.

[BUG] SttpMockServerClient doesnt handle query params correctly
2 participants