João Gabriel Zó
09/02/2022, 1:55 PMjava.lang.IllegalStateException: No request transformation found: when running Integration Tests for my endpoint.
If I just run the application it works fine, no exceptions or whatsoever.
Any ideas?simon.vergauwen
09/02/2022, 1:57 PMmain that you're not installing in testApplication { application { here() } } ?João Gabriel Zó
09/02/2022, 2:36 PMJoão Gabriel Zó
09/02/2022, 3:01 PMinstall(ContentNegotiation) {
json( Json { serializersModule = serializersModule })
}
to the testApplication { createClient { - } } and it workedsimon.vergauwen
09/02/2022, 3:02 PM