We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cca7fc commit 925bafcCopy full SHA for 925bafc
src/main/kotlin/no/nav/security/mock/oauth2/debugger/Client.kt
@@ -77,4 +77,4 @@ internal fun OkHttpClient.post(tokenRequest: TokenRequest): String =
77
.url(tokenRequest.url)
78
.post(tokenRequest.body.toRequestBody("application/x-www-form-urlencoded".toMediaType()))
79
.build()
80
- ).execute().body?.string() ?: throw RuntimeException("could not get responsebody from url=${tokenRequest.url}")
+ ).execute().body?.string() ?: throw RuntimeException("could not get response body from url=${tokenRequest.url}")
0 commit comments