move secrete into config file
This commit is contained in:
@@ -117,5 +117,5 @@ class GameStateRouteTest :
|
||||
})
|
||||
|
||||
private fun HttpRequestBuilder.withAuth(player: Player) {
|
||||
header("Authorization", "Bearer ${player.makeJwt()}")
|
||||
header("Authorization", "Bearer ${player.makeJwt("secret")}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user