Hello,
In my API test, I noticed that Robot Framework made some changes in the API response.
In fact, the actual result of my API post request is a json missing the “}”, but when i run this post request with robotframework i receive the json correct with the “}” at the end. So here, Robot Framework didn’t send me the response as it is sent from the server. It’s like that there is an option in robotframework that fix the syntax error automatically.
So how can i desactivate this option? because with this condition i can’t test correcrtly my API and detect if there is a bug or no?
I am using the RequestsLibrary library in mu test.