Skip to content

Commit

Permalink
Merge branch 'sync-java-migration-v10' into approved-tasks-from-synce…
Browse files Browse the repository at this point in the history
…r-factory-base
  • Loading branch information
salander85 committed Oct 23, 2023
2 parents 35201b9 + f389920 commit 1141539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public static void stubClientsCustomObjectService(

public static ProjectApiRoot withTestClient(
final String projectKey,
TriFunction<String, ApiHttpMethod, String, CompletableFuture<ApiHttpResponse<byte[]>>> fn) {
final TriFunction<String, ApiHttpMethod, String, CompletableFuture<ApiHttpResponse<byte[]>>> fn) {
return ApiRootBuilder.of(
request -> {
final String uri = request.getUri() != null ? request.getUri().toString() : "";
Expand Down

0 comments on commit 1141539

Please sign in to comment.