Skip to content

Commit

Permalink
fix(exception-handling): [#841] PMD
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Aug 2, 2024
1 parent 76d22fa commit d6f6920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
/**
* WireMock configurations and requests used for testing the Discovery Service flow.
*/
@SuppressWarnings("PMD.TooManyMethods")
public final class DiscoveryServiceWiremockSupport {
public static final String CONTROLPLANE_PUBLIC_URL = "https://test.edc.io";
public static final String EDC_DISCOVERY_PATH = "/edcDiscovery";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/**
* WireMock configurations and requests used for testing the EDC Flow.
*/
@SuppressWarnings("PMD.TooManyMethods")
public final class SubmodelFacadeWiremockSupport {
public static final String PATH_CATALOG = "/catalog/request";
public static final String PATH_NEGOTIATE = "/contractnegotiations";
Expand Down

0 comments on commit d6f6920

Please sign in to comment.