Code Improvements-Vnfsdk-refrepo sonar issue fixes
[vnfsdk/refrepo.git] / vnfmarket-be / vnf-sdk-marketplace / src / test / java / org / onap / vtp / VTPExecutionResourceTest.java
index 74f2d51..c1a2830 100644 (file)
@@ -125,4 +125,9 @@ public class VTPExecutionResourceTest {
         bodyParts.add(formDataBodyPart);
       vtpExecutionResource.executeTestcases(requestId,bodyParts,"exeJson") ;
     }
+
+    @Test(expected = Exception.class)
+    public void testGetTestExecutionLogsHandler() throws Exception {
+        assertNotNull(vtpExecutionResource.getTestExecutionLogsHandler("1234", "action"));
+    }
 }
\ No newline at end of file