SH RPC temp-service-create/delete
[transportpce.git] / servicehandler / src / test / java / org / opendaylight / transportpce / servicehandler / ModelMappingUtilsTest.java
index 5dbb939b6b7390c8e1118ab68a47ce8db0aca57d..ebc7294ce9f5f5d6f38c6494ae5e90a89cbd21cc 100644 (file)
@@ -101,8 +101,7 @@ public class ModelMappingUtilsTest extends AbstractTest {
 
     @Test
     public void mappingServicesPathNullServiceCreateInput() {
-        ServicePaths services = ModelMappingUtils.mappingServicePaths(null, null,
-            this.pathComputationRequestOutput);
+        ServicePaths services = ModelMappingUtils.mappingServicePaths(null, this.pathComputationRequestOutput);
         Assert.assertEquals(new ServicePathsBuilder().build(), services);
     }