summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2017-09-20 10:11:29 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2017-09-20 10:11:48 -0400
commit4335f9a49115e0a1171cf4261b5097af9d4a0bdb (patch)
tree047d724a16648ecc1493842f52517ba73b24eb78 /src/test
parentda309841ad25ab47537a6d2de00cd98bd113392c (diff)
Renaming openecomp to onap
Issue-ID: AAI-208 Change-Id: Ie4950d5fa63ec66b0fd00389dbb440c43610debd Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'src/test')
-rw-r--r--src/test/java/org/openecomp/datarouter/util/client/NoAuthRestClientTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/org/openecomp/datarouter/util/client/NoAuthRestClientTest.java b/src/test/java/org/openecomp/datarouter/util/client/NoAuthRestClientTest.java
index 4e4db75..160981d 100644
--- a/src/test/java/org/openecomp/datarouter/util/client/NoAuthRestClientTest.java
+++ b/src/test/java/org/openecomp/datarouter/util/client/NoAuthRestClientTest.java
@@ -37,8 +37,8 @@ import org.apache.camel.impl.DefaultExchange;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
-import org.openecomp.restclient.client.OperationResult;
-import org.openecomp.restclient.client.RestClient;
+import org.onap.aai.restclient.client.OperationResult;
+import org.onap.aai.restclient.client.RestClient;
public class NoAuthRestClientTest {