Remove security vulnerabilities in runtime-api
[dcaegen2/platform.git] / mod / runtimeapi / runtime-web / src / test / java / org / onap / dcae / runtime / web / controllers / TestFlowGraphController.java
index 60ff810..942d2fd 100644 (file)
@@ -81,7 +81,7 @@ public class TestFlowGraphController {
 
     @Test
     public void testSwaggerUi() throws Exception {
-       mockMvc.perform(get("/swagger-ui.html"))
+       mockMvc.perform(get("/swagger-ui/index.html"))
                .andExpect(status().isOk());
     }