Skip to content

Commit

Permalink
AKR(Backend) test [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
lket committed Feb 3, 2025
1 parent b64bf4d commit 81dbada
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ public void updatePersonalData(final PersonalData personalData) throws Exception
final Response response = onrClient.executeBlocking(request);

if (response.getStatusCode() != HttpStatus.OK.value()) {
LOG.warn(response.getStatusText());
LOG.warn(response.getResponseBody());
throw new RuntimeException(
"ONR service called with PUT /henkilo returned unexpected status code: " + response.getStatusCode()
);
Expand Down

0 comments on commit 81dbada

Please sign in to comment.