landon burch
04/19/2021, 8:37 PMfun aTest() = withTestApplication{
val call: TestApplicationCall = handleRequest(HttpMethod.Get, "/hello")
assertEquals(HttpStatusCode.OK,call.response.status())
}
I started the server and tried it with reset client and all seems well but not sure what I am missing from test