You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add explanation to https://spring.io/guides/gs/testing-web/ about the causes of HttpMediaTypeNotAcceptableException or HttpMessageNotWritableException when using @SpringBootTest with @AutoConfigureMockMvc, and what to do about it (probably just adding @AutoConfigureWebMvc).
To encourage the community to get involved, I'll add the help wanted label. It's also a pretty straightforward addition, so I'll also add the good first issue label.
You don't need to tell us that you want to work on it. To quote a certain shoe company, "Just do it!" Then make a pull request to this repository. Thanks. :)
Add explanation to https://spring.io/guides/gs/testing-web/ about the causes of
HttpMediaTypeNotAcceptableException
orHttpMessageNotWritableException
when using@SpringBootTest
with@AutoConfigureMockMvc
, and what to do about it (probably just adding@AutoConfigureWebMvc
).This was suggested in spring-projects/spring-boot#24000 (comment)
The text was updated successfully, but these errors were encountered: