Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
usbharu 2023-10-19 13:44:23 +09:00 committed by GitHub
parent 0021061aa2
commit 21f0f1d7b3
2 changed files with 3 additions and 2 deletions

View File

@ -19,5 +19,4 @@ class HttpClientConfig {
}
expectSuccess = true
}
}

View File

@ -125,7 +125,9 @@ class APRequestServiceImpl(
val sign = httpSignatureSigner.sign(
httpRequest = HttpRequest(
u, HttpHeaders(headers.toMap()), HttpMethod.POST
u,
HttpHeaders(headers.toMap()),
HttpMethod.POST
),
privateKey = PrivateKey(
keyId = signer.keyId,