From ef75a6912e0d3851e45598e2c34be56d1e97039e Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 11 Apr 2019 18:31:16 +0200 Subject: removing /onap/so/infra from properties Change-Id: I9a42d8e3cf0e4fb17356645b7d894d279fe1501b Issue-ID: VID-460 Signed-off-by: Bartosz Gardziejewski --- vid-app-common/src/test/resources/WEB-INF/conf/system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-app-common/src/test/resources/WEB-INF') diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties index a0f0dbe19..9cb5208da 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties +++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties @@ -152,7 +152,7 @@ mso.restapi.vnf.changemanagement.instance=/serviceInstances/v5//networks mso.restapi.vf.module.instance=/serviceInstances/v7//vnfs//vfModules mso.restapi.vf.module.scaleout=/serviceInstantiation/v7/serviceInstances//vnfs//vfModules/scaleOut -mso.restapi.workflow.invoke=/onap/so/infra/instanceManagement/v1/serviceInstances//vnfs//workflows/ +mso.restapi.workflow.invoke=/instanceManagement/v1/serviceInstances//vnfs//workflows/ mso.restapi.volume.group.instance=/serviceInstances/v5//vnfs//volumeGroups mso.restapi.instance.group=/serviceInstantiation/v7/instanceGroups mso.restapi.get.orc.req=/orchestrationRequests/v5 -- cgit 1.2.3-korg