I written test mockMVC method get
i have this following bug
what is bad in my code? what i can fixed it?
It looks like your controller returns an empty response according to the line
Caused by: java.lang.IllegalArgumentException: json can not be null or empty
in your stacktrace. Try to debug the controller code and find out what it returns and why.