Skip to content

Commit

Permalink
fix:checkstyleTest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrYurk committed Dec 20, 2024
1 parent c452f3b commit 3c43722
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,14 +333,14 @@ private HttpResponse cacheEdr(HttpRequest request, Map<String, TransferProcessSt
}
}

private String createResources(){
private String createResources() {
var assetId = UUID.randomUUID().toString();
createResourcesOnProvider(assetId, httpSourceDataAddress());

return assetId;
}

private StartedTransferContext startTransferProcess(String assetId){
private StartedTransferContext startTransferProcess(String assetId) {
var consumerTransferProcessId = CONSUMER.requestAssetFrom(assetId, PROVIDER)
.withTransferType("HttpData-PULL")
.execute();
Expand Down

0 comments on commit 3c43722

Please sign in to comment.