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
I'm using spring-restdocs-restassured version 1.1.1.RELEASE to document my endpoints. Unfortunately, I've run into problem with request parameters being duplicated in generated code snippets. Here's the code I'm using:
I've also tried different variants of the code I provided, placing query parameters in the get() String directly as well as placing param() in when() RequestSpecification. Am I missing something or is this a bug?
Thanks in advance for your assistance.
The text was updated successfully, but these errors were encountered:
Hi!
I'm using spring-restdocs-restassured version 1.1.1.RELEASE to document my endpoints. Unfortunately, I've run into problem with request parameters being duplicated in generated code snippets. Here's the code I'm using:
As a result I receive the following curl code snippet:
Same applies for http-request snippet:
Surprisingly httpie-request is correct:
I've also tried different variants of the code I provided, placing query parameters in the get() String directly as well as placing param() in when() RequestSpecification. Am I missing something or is this a bug?
Thanks in advance for your assistance.
The text was updated successfully, but these errors were encountered: