You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional information
My guess is that we will need to expand ExpectationRequestDefinition with queryStringParameters and update its constructor. I would like to create a pull request if this approach is fine with you.
The text was updated successfully, but these errors were encountered:
Tapir version: 1.11.10
Scala version: 3.5.2
Describe the bug
When using query Parameters in an endpoint, the Mock Server expectation contains only a path parameter with the query params encoded
but the resulting request encodes the query Parameters in an object :
Mock Server cannot handle this deviation and the test fails.
How to reproduce?
I adapted the minimal example to also use one query parameter
Additional information
My guess is that we will need to expand
ExpectationRequestDefinition
withqueryStringParameters
and update its constructor. I would like to create a pull request if this approach is fine with you.The text was updated successfully, but these errors were encountered: