rename controller

This commit is contained in:
Carsten Otto
2021-11-12 09:06:55 +01:00
parent 2f8980db0f
commit 3888614d56
3 changed files with 8 additions and 8 deletions

View File

@@ -20,8 +20,8 @@ import static org.springframework.test.web.servlet.request.MockMvcRequestBuilder
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;
@WebMvcTest(controllers = NodeController.class)
class NodeControllerIT {
@WebMvcTest(controllers = LegacyController.class)
class LegacyControllerIT {
@Autowired
private MockMvc mockMvc;