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