When using `withTestApplication`, I get `Content t...
# ktor
a
When using
withTestApplication
, I get
Content type application/json is not supported
on a post and 406 Not Acceptable on a get request. I am using Gson for content negotiation and tried both with and without the Content-Type header. Running the server normally works fine and gson is used.