Adjust API test with move templates API to a intended controller 28/99828/1
authorIttay Stern <ittay.stern@att.com>
Thu, 19 Dec 2019 17:01:43 +0000 (19:01 +0200)
committerIttay Stern <ittay.stern@att.com>
Thu, 19 Dec 2019 17:01:43 +0000 (19:01 +0200)
Complements Change Ie9b23a0360f902334fd6b877accec322b795c413

Change-Id: I3c9b2179ad36e5ad7ecdbf0bbd787338d20e457e
Issue-ID: VID-730
Signed-off-by: Ittay Stern <ittay.stern@att.com>
vid-automation/src/test/java/org/onap/vid/api/InstantiationTemplatesApiTest.java

index 8285620..5e4d83a 100644 (file)
@@ -71,7 +71,7 @@ public class InstantiationTemplatesApiTest extends AsyncInstantiationBase {
     }
 
     protected String templateTopologyUri(String jobId) {
-        return uri.toASCIIString() + "/asyncInstantiation/templateTopology/" + jobId;
+        return uri.toASCIIString() + "/instantiationTemplates/templateTopology/" + jobId;
     }
 
     @Test