Fix typos

This commit is contained in:
2021-02-27 18:07:22 +01:00
parent 525e3a4a3f
commit 761382da23
47 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ internal class RequiredAuthFilterTest {
}
@Test
fun `it should allow a valid token"`() {
fun `it should allow a valid token`() {
val jwtPayload = LoggedInUser(1, "user")
val token = simpleJwt.sign(jwtPayload)
val response = app(Request(GET, "/protected").cookie("Bearer", token))