Skip to content
Snippets Groups Projects
Commit c8dbded0 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4717 Move doRequest into nested class

parent 30bfa2cc
No related branches found
No related tags found
No related merge requests found
......@@ -73,11 +73,11 @@ class FrontendEnvironmentControllerTest {
response.andExpect(jsonPath("$.remoteHost").value("http://localhost" + RootController.PATH));
}
}
@SneakyThrows
private ResultActions doRequest() {
return mockMvc.perform(get(FrontendEnvironmentController.PATH));
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment