empty lineOfBusiness value when create new network (old screens) - fix
[vid.git] / vid-automation / src / main / java / org / onap / simulator / presetGenerator / presets / mso / PresetMSOCreateNetworkALaCarteOldViewEdit.java
index fd70723..64ed5c9 100644 (file)
@@ -41,6 +41,9 @@ public class PresetMSOCreateNetworkALaCarteOldViewEdit extends PresetMSOBaseCrea
                 "          \"testApi\": \"GR_API\"," +
                 "          \"userParams\": []" +
                 "        }," +
+                "        \"lineOfBusiness\": {" +
+                "            \"lineOfBusinessName\": \"zzz1\"" +
+                "        }," +
                 "        \"cloudConfiguration\": {" +
                 "          \"lcpCloudRegionId\": \"One\"," +
                 addCloudOwnerIfNeeded() +