diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-16 20:14:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-16 20:14:04 +0000 |
commit | 554a351a8e0e94a96017a21911d27f48465d2beb (patch) | |
tree | 54ce2ea50d2c6747a1641a1f16aec646b477fcd0 /components/core/src/test | |
parent | a8588a4aab5ff95890b9ad9ae1bc02a2043fab54 (diff) | |
parent | d035fe08249fe8b1e5988b79c7355620727e5da0 (diff) |
Merge "Resource Resolution Service : 2"
Diffstat (limited to 'components/core/src/test')
-rw-r--r-- | components/core/src/test/resources/dictionary/dictionary_schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/core/src/test/resources/dictionary/dictionary_schema.json b/components/core/src/test/resources/dictionary/dictionary_schema.json index d0317005..f9ef9eee 100644 --- a/components/core/src/test/resources/dictionary/dictionary_schema.json +++ b/components/core/src/test/resources/dictionary/dictionary_schema.json @@ -104,7 +104,7 @@ }
}
},
- "db": {
+ "primary-db": {
"type": "object",
"properties": {
"query": {
@@ -210,7 +210,7 @@ }
}
},
- "db": {
+ "primary-db": {
"type": "object",
"properties": {
"names": {
|