From ec7da6aea30a1b73d1e0f5f75d2b6119ed8fa251 Mon Sep 17 00:00:00 2001 From: "Ben David, Elad (eb7504)" Date: Tue, 17 Mar 2020 18:12:17 +0200 Subject: Entitlement Pool - Support Type Field Change-Id: Ibd9996cce04849332bd23dd62e6143386cdd9a70 Issue-ID: SDC-2820 Signed-off-by: Ben David, Elad (eb7504) --- .../test-utils/factories/licenseModel/EntitlementPoolFactories.js | 1 + 1 file changed, 1 insertion(+) (limited to 'openecomp-ui/test-utils') diff --git a/openecomp-ui/test-utils/factories/licenseModel/EntitlementPoolFactories.js b/openecomp-ui/test-utils/factories/licenseModel/EntitlementPoolFactories.js index 11422b4d18..d558b9ab5e 100644 --- a/openecomp-ui/test-utils/factories/licenseModel/EntitlementPoolFactories.js +++ b/openecomp-ui/test-utils/factories/licenseModel/EntitlementPoolFactories.js @@ -28,6 +28,7 @@ Factory.define('EntitlementPoolExtendedBaseFactory') thresholdValue: 76, thresholdUnits: '%', increments: 'string', + type: 'Universal', startDate: new Date().getTime(), expiryDate: new Date().getTime() }); -- cgit 1.2.3-korg