Skip to content

Commit

Permalink
add exception
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-christl committed Apr 29, 2024
1 parent ab1b965 commit d327417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void check(JavaClass item, ConditionEvents events) {
@Test
void testNoRestControllersImported() {
final var exceptions = new String[] { "AccountResourceIntegrationTest", "AndroidAppSiteAssociationResourceTest", "AppleAppSiteAssociationResourceTest",
"ResourceArchitectureTest" };
"ResourceArchitectureTest", "ApiDocsConfiguration" };
final var classes = classesExcept(allClasses, exceptions);
classes().should(IMPORT_RESTCONTROLLER).check(classes);
}
Expand Down

0 comments on commit d327417

Please sign in to comment.