diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-09-19 18:37:22 +0800 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2018-09-19 18:57:44 +0800 |
commit | d95984a45b9aa3129fe007a261d9a7e7de1bb68b (patch) | |
tree | 1dc50054ff91dc9a2fe55a63385244eac45e4c89 /mso-api-handlers/mso-api-handler-infra/src/test/java | |
parent | 1031c50e4e31731d0ab3fc5120b158749027e92a (diff) |
fix the interface path
Change-Id: Iba07a1b11853177697f32ac14cef912b9691bfd9
Issue-ID: SO-1067
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/java')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/E2EServiceInstancesTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/E2EServiceInstancesTest.java b/mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/E2EServiceInstancesTest.java index 66e29a8117..a3d388a5c6 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/E2EServiceInstancesTest.java +++ b/mso-api-handlers/mso-api-handler-infra/src/test/java/org/onap/so/apihandlerinfra/E2EServiceInstancesTest.java @@ -59,7 +59,7 @@ import com.github.tomakehurst.wiremock.http.Fault; public class E2EServiceInstancesTest extends BaseTest { private final ObjectMapper mapper = new ObjectMapper(); - private final String e2eServInstancesUri = "/e2eServiceInstances/"; + private final String e2eServInstancesUri = "/onap/so/infra/e2eServiceInstances/"; @Before |