diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-01-24 18:12:36 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-02-15 10:13:43 +0100 |
commit | eb8e3f1dd891ac98f1bbaf35a2a0679146785236 (patch) | |
tree | c7768442c40667e2d2ee49247e28c1b532b497cd /ui-react/src/api/LoopCache.test.js | |
parent | 9d04a9cc8c6f4b12ae60cc0d4d42f71085f72328 (diff) |
Add New UI component for policies list
Add new Ui components to list policies + the small refactoring of React Routes
Issue-ID: POLICY-2925
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I784d7c144a3a3af98a9d62b5d40b5172dbdaed47
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 3ae081704..76f819c69 100644 --- a/ui-react/src/api/LoopCache.test.js +++ b/ui-react/src/api/LoopCache.test.js @@ -22,7 +22,7 @@ */ import LoopCache from '../api/LoopCache'; -const json = require('./LoopCache_mokeLoopJsonCache.json'); +const json = require('./LoopCacheMockFile.json'); describe('Verify LoopCache functions', () => { const loopCache = new LoopCache(json); |