Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Apr 11, 2024
1 parent 079a336 commit 613a83d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ protected Response createWorkflowWithUseCase(RestClient client, String useCase,
for (String param : params) {
sb.append('"').append(param).append("\" : \"\",");
}
if (params.isEmpty()) {
if (!params.isEmpty()) {
sb.deleteCharAt(sb.length() - 1);
}

Expand Down

0 comments on commit 613a83d

Please sign in to comment.