From 5a4680ac8eacfba3d38186528fea35524d0011f1 Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Tue, 10 Sep 2019 14:50:26 +0300 Subject: update MSO configuration URL Issue-ID: VID-622 Signed-off-by: Eylon Malin Change-Id: I695a8822338fd1c8253b23b88ad260a43d02be9c --- .../src/test/java/org/onap/vid/mso/rest/MsoRestClientNewTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientNewTest.java') diff --git a/vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientNewTest.java b/vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientNewTest.java index 0217204d0..65cfcc18d 100644 --- a/vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientNewTest.java +++ b/vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientNewTest.java @@ -359,7 +359,7 @@ public class MsoRestClientNewTest { @Test public void testSetConfigurationActiveStatus() throws Exception { - String endpoint = "/serviceInstances/v7//configurations/"; + String endpoint = "/serviceInstantiation/v7/serviceInstances//configurations/"; endpoint = endpoint.replace(MsoController.SVC_INSTANCE_ID, SERVICE_INSTANCE_ID); endpoint = endpoint.replace(MsoController.CONFIGURATION_ID, SAMPLE_CONFIGURATION_ID); endpoint = endpoint + "/activate"; -- cgit 1.2.3-korg