Skip to content

Commit

Permalink
fix(exception-handling): [#841] use unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Aug 2, 2024
1 parent e947268 commit bbe6fef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private DiscoveryServiceWiremockSupport() {
}

public static MappingBuilder postEdcDiscovery200() {
return postEdcDiscovery200(List.of(CONTROLPLANE_PUBLIC_URL));
return postEdcDiscovery200(CONTROLPLANE_PUBLIC_URL);
}

public static MappingBuilder postEdcDiscovery200(final String... edcUrls) {
Expand Down

0 comments on commit bbe6fef

Please sign in to comment.