X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=lighty%2Fsrc%2Ftest%2Fjava%2Fio%2Flighty%2Fcontrollers%2Ftpce%2FMaintTest.java;fp=lighty%2Fsrc%2Ftest%2Fjava%2Fio%2Flighty%2Fcontrollers%2Ftpce%2FMaintTest.java;h=096c25d34a1bfad0b1dbc4800e7361f5d582b5eb;hb=5e3675cf1ce1d119c758cb2d8513be591c1e6b78;hp=bbeb8c263bd01c00bf1c0285715df4f4a48071f8;hpb=175376aef632d5cc5b0a6526ddc71ac0ce38667e;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 +}