allure-java
allure-java copied to clipboard
Missing characters in the request URL [Allure-restassured]
I'm submitting a ...
- [x] bug report
What is the current behavior?
Allure-restassured integration plugin always misses the part of "currency" parameter in the request URI. Noticed such behavior for this parameter only.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
see the screenshot
"¤" part of URL is replaced by "¤" sign.
What is the expected behavior?
it should log the full parameter name, ....=Demo¤cy=... instead of ...=Demo¤cy=...
What is the motivation / use case for changing the behavior?
fix a bug
Please tell us about your environment:
Allure-restassured version | 2.13.3 |
---|---|
Test framework | [email protected] |
Allure integration | [email protected] |