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 | 0445f02d75d32e9b495953c80771c54ffb311618 (patch) | |
tree | ad12016f6f7153a078834788a187f8b37dbd0477 /components/core/src/test | |
parent | 4e08795acadc769817fac2250804a8fa33d36aea (diff) | |
parent | 32e90cd22a5e2fb21ca369102dfa063f2db9e93f (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 d03170050..f9ef9eeed 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": {
|