smaller fixes
This commit is contained in:
parent
332f035622
commit
3141f97f41
|
@ -68,7 +68,7 @@ public class AuctionWonEventHttpAdapter implements AuctionWonEventPort {
|
||||||
.POST(HttpRequest.BodyPublishers.ofString(body))
|
.POST(HttpRequest.BodyPublishers.ofString(body))
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
var postResponse = client.send(request, HttpResponse.BodyHandlers.ofString());
|
var postResponse = client.send(postRequest, HttpResponse.BodyHandlers.ofString());
|
||||||
|
|
||||||
LOGGER.info(postResponse.statusCode());
|
LOGGER.info(postResponse.statusCode());
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user