in case it matters I am using kodein for dependenc...
# ktor
l
in case it matters I am using kodein for dependency injection but I am not using within the test(in case that is part of the problem)
well I appears that I have resolved.. the issue by using
Copy code
@ExperimentalTime
    @Test
    fun helloPostTest() = withTestApplication({ module() }) {
but now I am having issues with post.. I am getting an Internal Server Error
well it appears that I am not able to post.. so no more problems.. well until tomorrow