X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fe2-mgr-client%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2Fe2mgr%2Fclient%2Ftest%2FE2ManagerClientTest.java;h=f242009afc9babf4609f11781713fdc05143818d;hb=HEAD;hp=14e52584f61d12539819968815e5fd4531455041;hpb=64a5e9470799236f0af4ce2df98f77c94eb1bed3;p=portal%2Fric-dashboard.git diff --git a/dashboard/e2-mgr-client/src/test/java/org/oransc/ric/portal/dashboard/e2mgr/client/test/E2ManagerClientTest.java b/dashboard/e2-mgr-client/src/test/java/org/oransc/ric/portal/dashboard/e2mgr/client/test/E2ManagerClientTest.java index 14e52584..f242009a 100644 --- a/dashboard/e2-mgr-client/src/test/java/org/oransc/ric/portal/dashboard/e2mgr/client/test/E2ManagerClientTest.java +++ b/dashboard/e2-mgr-client/src/test/java/org/oransc/ric/portal/dashboard/e2mgr/client/test/E2ManagerClientTest.java @@ -21,8 +21,8 @@ package org.oransc.ric.portal.dashboard.e2mgr.client.test; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; -import org.oransc.ric.e2mgr.client.api.HealthCheckApi; -import org.oransc.ric.e2mgr.client.invoker.ApiClient; +import org.oransc.ricplt.e2mgr.client.api.HealthCheckApi; +import org.oransc.ricplt.e2mgr.client.invoker.ApiClient; import org.springframework.web.client.RestClientException; /**