From e923c507e85a91c908b24ca0e5eff1022d66d9d0 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 17 Apr 2019 09:31:48 +0200 Subject: fixing backEnd local workflow type Change-Id: Ifd6f0718135d38135f57496e4f816e48324cfb7d Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski --- .../preset_registration/changeManagement/mso_invoke_workflow01.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-ext-services-simulator') diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json b/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json index afbfde207..b49cb413f 100644 --- a/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json +++ b/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json @@ -1,7 +1,7 @@ { "simulatorRequest": { "method" : "POST", - "path" : "/onap/so/infra/instanceManagement/v1/serviceInstances/[a-fA-F0-9-]*/vnfs/[a-fA-F0-9-]*/workflows/[a-fA-F0-9-]*", + "path" : "/instanceManagement/v1/serviceInstances/[a-fA-F0-9-]*/vnfs/[a-fA-F0-9-]*/workflows/[a-fA-F0-9-]*", "body" : { "requestDetails": { "cloudConfiguration": { -- cgit 1.2.3-korg