Skip to content

Commit

Permalink
cleanup: fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfeil committed Jan 24, 2025
1 parent 0927d2b commit a29e029
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ITypingRestResourceTest {
private MockMvc mockMvc;

@BeforeEach
void setup() throws Exception {
void setup() {
this.mockMvc = MockMvcBuilders
.webAppContextSetup(this.webApplicationContext)
.build();
Expand All @@ -48,11 +48,9 @@ void setup() throws Exception {

/**
* Tests if the swagger ui and openapi definition is accessible.
*
* <p>
* Note that this test is using mockMVC; it does probably not detect issues with
* CSRF, but will recognize other kinds of internal issues.
*
* @throws Exception
*/
@Test
void getOpenApiDefinition() throws Exception {
Expand Down

0 comments on commit a29e029

Please sign in to comment.