Posts by Imai • 1 point
3 posts
-
0
votes0
answers111
viewsQ: Swagger’s response body with the message "can’t parse JSON. Raw result:"
I came across an unusual situation in Swagger version 2.9.2. The flow that starts through the created endpoint works normally, but along with the body appears the following message can’t parse JSON.…
-
0
votes0
answers59
viewsQ: How to make a unit test using Flask and Django
I’m new to python testing using Django and flask. Using the pytest library, how would test implementation of the following methods and what could be tested? If someone could give me a light it would…
-
-2
votes1
answer76
viewsQ: How do I work with chained Hashmap in Java?
I’m trying to popular a DTO through a received Json, in case I’m the Gson library, but I’m having trouble filling the field urlPhoto of my class hotelDTO. I can even convert Json to a Hoteldto…