change operational-environment-type on operational-environments query
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / modals / new-test-environment / new-test-environment.controller.js
index 5311195..352fa20 100644 (file)
@@ -36,7 +36,7 @@
         };
 
         var loadEcompEnvironmentsList = function () {
-            TestEnvironmentsService.loadAAIestEnvironments("ONAP")
+            TestEnvironmentsService.loadAAIestEnvironments("ECOMP")
             .then(function(response) {
                 vm.environments = response.operationalEnvironment;
             })