X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=lighty%2Fsrc%2Ftest%2Fjava%2Fio%2Flighty%2Fcontrollers%2Ftpce%2FMaintTest.java;h=096c25d34a1bfad0b1dbc4800e7361f5d582b5eb;hb=b3c5fd827fc643a0421f12833a6c8118cf2ce201;hp=bbeb8c263bd01c00bf1c0285715df4f4a48071f8;hpb=e56fb34b4da28e4fef2788150c9d59d7b2375ba6;p=transportpce.git diff --git a/lighty/src/test/java/io/lighty/controllers/tpce/MaintTest.java b/lighty/src/test/java/io/lighty/controllers/tpce/MaintTest.java index bbeb8c263..096c25d34 100644 --- a/lighty/src/test/java/io/lighty/controllers/tpce/MaintTest.java +++ b/lighty/src/test/java/io/lighty/controllers/tpce/MaintTest.java @@ -11,7 +11,6 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; import java.io.File; - import org.eclipse.jetty.client.HttpClient; import org.eclipse.jetty.client.api.ContentResponse; import org.junit.After; @@ -62,4 +61,4 @@ public class MaintTest { ContentResponse response = client.GET("http://localhost:8888/restconfCustom/config/ietf-network:networks/network/openroadm-topology"); assertEquals("Response code should be 200", 200, response.getStatus()); } -} \ No newline at end of file +}