Skip to content
Snippets Groups Projects
Commit cb3b4af8 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

OZG-5176 Rename Api ITCase

parent 1063af07
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ import lombok.SneakyThrows; ...@@ -41,7 +41,7 @@ import lombok.SneakyThrows;
@ITCase @ITCase
@AutoConfigureMockMvc @AutoConfigureMockMvc
@WithMockUser(roles = UserRole.ADMIN_ADMIN) @WithMockUser(roles = UserRole.ADMIN_ADMIN)
class ApiRootITCase { class ConfigurationApiITCase {
@Autowired @Autowired
private RepositoryRestProperties restProperties; private RepositoryRestProperties restProperties;
...@@ -50,7 +50,7 @@ class ApiRootITCase { ...@@ -50,7 +50,7 @@ class ApiRootITCase {
private MockMvc mockMvc; private MockMvc mockMvc;
@Nested @Nested
class TestRootEndpoint { class TestConfigurationRestEndpoint {
@Test @Test
void shouldBetSetToApi() { void shouldBetSetToApi() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment