While testing my application is throwing `Unsuppor...
# ktor
w
While testing my application is throwing
UnsupportedMediaTypeException: Content type */* is not supported
for this test (and probably all others as well)
Copy code
with(handleRequest(<http://HttpMethod.Post|HttpMethod.Post>, path)) {
assertEquals(HttpStatusCode.BadRequest, response.status())
}