diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-01-11 13:58:38 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2019-01-11 20:39:43 +0000 |
commit | 32e90cd22a5e2fb21ca369102dfa063f2db9e93f (patch) | |
tree | 7ca5eb8e3d010e48f1a681456117700e83b3ffd9 /components/resource-dict/src/test/resources/validation/success.json | |
parent | bf19a3a88eac9220051453180614edb4d146a134 (diff) |
Resource Resolution Service : 2
Changes for Primary-DB Resource Resolution Processor Service
Change-Id: Iaf6ad6277d36787d87881819ae530de1d7038a2e
Issue-ID: CCSDK-942
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'components/resource-dict/src/test/resources/validation/success.json')
-rw-r--r-- | components/resource-dict/src/test/resources/validation/success.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/resource-dict/src/test/resources/validation/success.json b/components/resource-dict/src/test/resources/validation/success.json index 3215d06d7..5d0e89805 100644 --- a/components/resource-dict/src/test/resources/validation/success.json +++ b/components/resource-dict/src/test/resources/validation/success.json @@ -102,7 +102,7 @@ "type": "string"
},
"dictionary-name": "loopback-ip",
- "dictionary-source": "db",
+ "dictionary-source": "primary-db",
"dependencies": [
"bundle-mac"
]
|