summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-02-10 12:40:12 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-02-10 12:44:53 +0100
commit51710092beee572f3b857c0f17a86736b0a9bdfd (patch)
treeae27187a7493806eea375560298b3508d9cad570 /mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web
parent37c166b1c88f8e947af94368e1f2f1f9bb94b51a (diff)
Remove security vulnerabilities in runtime-api
Update springfox dependencies to 3.0.0 Add changelog Issue-ID: DCAEGEN2-2595 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I1c7df7c5e5ad250f532ae07904cb16f4e1114063
Diffstat (limited to 'mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web')
-rw-r--r--mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/controllers/TestFlowGraphController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/controllers/TestFlowGraphController.java b/mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/controllers/TestFlowGraphController.java
index 60ff810..942d2fd 100644
--- a/mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/controllers/TestFlowGraphController.java
+++ b/mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/controllers/TestFlowGraphController.java
@@ -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());
}