Skip to content

Commit

Permalink
Fix PMD issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NatashaAlker committed Dec 19, 2024
1 parent e980853 commit c605cbc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@SpringBootTest(classes = {Application.class, OAuthClient.class},
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
@SuppressWarnings("PMD.TooManyMethods")
public class FunctionalTestBase {

protected static final String CONTENT_TYPE_VALUE = "application/json";
Expand Down

0 comments on commit c605cbc

Please sign in to comment.