replace all fixed wiremock ports
[so.git] / bpmn / mso-infrastructure-bpmn / src / test / java / org / onap / so / bpmn / common / ManualHandlingIT.java
index 67ae7de..53d29c5 100644 (file)
@@ -46,7 +46,7 @@ public class ManualHandlingIT extends BaseIntegrationTest {
        
        @Test
        public void  TestManualHandlingSuccess() {
-               MockPostRequestDB();
+               MockPostRequestDB(wireMockServer);
                
                Map<String, Object> variables = new HashMap<>();
                variables.put("isDebugLogEnabled","true");