ansman
03/10/2022, 4:02 PMwithTestApplication({ module(config) }) {
assertEquals(
HttpStatusCode.Unauthorized,
handleWebSocket("/some/path") {
addHeader(HttpHeaders.Authorization, "Bearer invalid")
}.response.status()
)
}
ansman
03/10/2022, 4:08 PMansman
03/10/2022, 4:36 PMAleksei Tirman [JB]
03/11/2022, 7:41 AM