diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-02-27 11:39:50 -0800 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-02-27 11:39:50 -0800 |
commit | 58135b810746267b300fbd5b1483e9920166c221 (patch) | |
tree | 089c96bcc02700cfad7abe10ca8e501cf3823740 /ui-react/src/api/LoopCache.test.js | |
parent | d2a4df0b62b6a32c42bac45b4bee344016faa8fb (diff) |
Fix the loopCache
Fix the loop cache so that the micro service configuration are well read.
Issue-ID: CLAMP-653
Change-Id: I68524bd3d5bfbf5ca5a3acf5c59823df06fd4cd9
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/src/api/LoopCache.test.js')
-rw-r--r-- | ui-react/src/api/LoopCache.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/api/LoopCache.test.js b/ui-react/src/api/LoopCache.test.js index 471fa4d71..97c09fa36 100644 --- a/ui-react/src/api/LoopCache.test.js +++ b/ui-react/src/api/LoopCache.test.js @@ -103,7 +103,7 @@ describe('Verify LoopCache functions', () => { const msJson = { "name": "TCA_h2NMX_v1_0_ResourceInstanceName1_tca", "modelType": "onap.policies.monitoring.cdap.tca.hi.lo.app", - "properties": {"domain": "measurementsForVfScaling"}, + "configurationsJson": {"domain": "measurementsForVfScaling"}, "shared": false, "jsonRepresentation": {"schema": {}} }; |