Adjust API test with move templates API to a intended controller
[vid.git] / 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