diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-08 13:27:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-08 13:27:27 +0000 |
commit | ed51ed0f7f1f479e394634de9ffb0778de4ea307 (patch) | |
tree | 4c0193300315de29c1304e90385398f0d5e82797 /plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json | |
parent | 905324b15dd1a3e80397d514aa22873703d8f239 (diff) | |
parent | 6279d12fc01c4ded32bca030d82b58d3d786864b (diff) |
Merge "Parameter Group fields must have getters"
Diffstat (limited to 'plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json')
-rw-r--r-- | plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json b/plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json index ababea48..112879f4 100644 --- a/plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json +++ b/plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json @@ -17,10 +17,10 @@ ], "consumerGroup": "policy-group", "environmentName": "environmentName", - "keystorePath": "null", - "keystorePassword": "null", + "keyStorePath": "null", + "keyStorePassword": "null", "activeserverTlsAuth": false, - "isFilterinEmptyResources": true, + "isFilterInEmptyResources": true, "isUseHttpsWithDmaap": false } |