Skip to content

Commit

Permalink
[KOGITO-9145] Removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
VaniHaripriya committed Aug 16, 2023
1 parent 46bb068 commit 5619273
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ void getServiceAddress(KubernetesProtocol kubernetesProtocol, String coordinates
.map(URI::toString)
.hasValue(expectedUri);
}



protected static Stream<Arguments> possibleUriFormats() {
return Stream.of(
Arguments.of(KNATIVE, KNATIVE_SERVICENAME, EXPECTED_KNATIVE_URI),
Expand Down

0 comments on commit 5619273

Please sign in to comment.