Fix remaining Sonar code smells
[aai/babel.git] / src / test / java / org / onap / aai / babel / xml / generator / model / TestWidget.java
index e33de67..1865968 100644 (file)
@@ -29,8 +29,8 @@ import org.onap.aai.babel.xml.generator.model.Widget.Type;
 public class TestWidget {
 
     static {
-        if (System.getProperty("AJSC_HOME") == null) {
-            System.setProperty("AJSC_HOME", ".");
+        if (System.getProperty("APP_HOME") == null) {
+            System.setProperty("APP_HOME", ".");
         }
     }
 
@@ -51,5 +51,4 @@ public class TestWidget {
         new VolumeGroupWidget().getWidgetType();
     }
 
-
 }