Renaming openecomp to onap
[aai/data-router.git] / src / test / java / org / onap / aai / datarouter / util / client / NoAuthRestClientTest.java
@@ -23,7 +23,7 @@
  * and service marks of AT&T Intellectual Property.
  */
 
-package org.openecomp.datarouter.util.client;
+package org.onap.aai.datarouter.util.client;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.fail;
@@ -37,6 +37,7 @@ import org.apache.camel.impl.DefaultExchange;
 import org.junit.Before;
 import org.junit.Test;
 import org.mockito.Mockito;
+import org.onap.aai.datarouter.util.client.NoAuthRestClient;
 import org.onap.aai.restclient.client.OperationResult;
 import org.onap.aai.restclient.client.RestClient;