aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/test-utils/factories/licenseModel/LicenseAgreementFactories.js
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/test-utils/factories/licenseModel/LicenseAgreementFactories.js')
-rw-r--r--openecomp-ui/test-utils/factories/licenseModel/LicenseAgreementFactories.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/openecomp-ui/test-utils/factories/licenseModel/LicenseAgreementFactories.js b/openecomp-ui/test-utils/factories/licenseModel/LicenseAgreementFactories.js
index 0c91456123..ffd8a7570f 100644
--- a/openecomp-ui/test-utils/factories/licenseModel/LicenseAgreementFactories.js
+++ b/openecomp-ui/test-utils/factories/licenseModel/LicenseAgreementFactories.js
@@ -27,10 +27,7 @@ Factory.define('LicenseAgreementBaseFactory')
});
Factory.define('LicenseAgreementExtendedBaseFactory')
- .extend('LicenseAgreementBaseFactory')
- .attrs({
- requirementsAndConstrains: 'req_and_constraints_ADDED_LA'
- });
+ .extend('LicenseAgreementBaseFactory');
export const LicenseAgreementListItemFactory = new Factory()
.extend('LicenseAgreementExtendedBaseFactory')