Spring Boot test: Why is my response body empty when testing a POST request?
I’m trying to test a POST endpoint in my Spring Boot application that creates a ChallengeReport. However, the response body is always empty, even though the status code is correct. I need help figuring out why the response body is not being returned as expected.