Bugfixes for December 2018
[so.git] / bpmn / so-bpmn-tasks / src / test / java / org / onap / so / bpmn / infrastructure / sdnc / tasks / SDNCRequestTasksTest.java
index a6efbd5..f1779cf 100644 (file)
@@ -129,15 +129,6 @@ public class SDNCRequestTasksTest extends SDNCRequestTasks{
                sndcRequestTasks.handleTimeOutException(delegateExecution);             
        }
        
-       
-       @Test
-       public void HandleSyncError_Test() throws MapperException, BadResponseException{                
-               delegateExecution.setVariable("SDNCSyncError", "Error in SDNC Request");        
-               doReturn("processKey").when(exceptionBuilder).getProcessKey(delegateExecution);
-               expectedException.expect(BpmnError.class);
-               sndcRequestTasks.handleSyncError(delegateExecution);            
-       }
-       
        @Test
        public void processCallBack_Final_Test() throws MapperException, BadResponseException, IOException{
                final String sdncResponse = new String(Files.readAllBytes(Paths.get("src/test/resources/__files/SDNC_ASYNC_Request.json")));