diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2022-11-07 17:11:32 +0000 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2022-11-17 15:06:30 +0000 |
commit | 743bbccfed9dee1788cf0b2363cbe81ff198cda7 (patch) | |
tree | b3783e41ea562227083837123d64796d587714e1 /plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json | |
parent | 2167439935a9f5099a9a30e563388ca9897ca3d2 (diff) |
Update version of SDC-Client to 2.0.0
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1790
Change-Id: I21edcdafe965a3e17b863e5f8766eeb764cf6bc5
Diffstat (limited to 'plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json')
-rw-r--r-- | plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json b/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json index 6c9301a5..c1f1c6a0 100644 --- a/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json +++ b/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json @@ -1,11 +1,6 @@ { "name" : "parameterConfig1", - "asdcAddress": "localhost", - "messageBusAddress": [ - "a.com", - "b.com", - "c.com" - ], + "sdcAddress": "localhost", "user": "policy", "password": "policy", "pollingInterval":20, @@ -21,7 +16,6 @@ "keyStorePath": null, "keyStorePassword": null, "activeServerTlsAuth": null, - "isFilterInEmptyResources": null, - "isUseHttpsWithDmaap": null + "isFilterInEmptyResources": null } |