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 29d6b86769
commit c1316991a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,