aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java b/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java
index 7955b95239..72f8fc1a01 100644
--- a/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java
+++ b/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java
@@ -254,6 +254,7 @@ public class VendorLicenseModelRestUtils {
JSONObject jObjectBody = new JSONObject();
jObjectBody.put("name", "def"+ OnboardingUtils.getShortUUID());
jObjectBody.put("description", "new vendor license entitlement pool");
+ jObjectBody.put("type", "Universal");
jObjectBody.put("thresholdValue", "23");
jObjectBody.put("thresholdUnits", "Absolute");
jObjectBody.put("entitlementMetric", jEntitlementMetricObject);