diff options
Diffstat (limited to 'openecomp-ui/test/licenseModel/licenseAgreement/test.js')
-rw-r--r-- | openecomp-ui/test/licenseModel/licenseAgreement/test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/test/licenseModel/licenseAgreement/test.js b/openecomp-ui/test/licenseModel/licenseAgreement/test.js index 11dc7edde5..5a3dd17c6e 100644 --- a/openecomp-ui/test/licenseModel/licenseAgreement/test.js +++ b/openecomp-ui/test/licenseModel/licenseAgreement/test.js @@ -1,5 +1,5 @@ /*! - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2016-2018 European Support Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -122,7 +122,7 @@ describe('License Agreement Module Tests', () => { isDirty: true } }; - const featureGroupsList = licenseAgreementList.featureGroupsIds; + const featureGroupsList = licenseAgreementList[0].featureGroupsIds; let expectedStore = cloneAndSet(store.getState(), 'licenseModel.licenseAgreement.licenseAgreementList', [licenseAgreementAfterAdd]); expectedStore = cloneAndSet(expectedStore, 'currentScreen.itemPermission', expectedCurrentScreenProps.itemPermission); |