diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-10-04 10:40:18 +0530 |
---|---|---|
committer | Shashikanth VH <shashikanth.vh@huawei.com> | 2018-10-04 05:44:01 +0000 |
commit | 87850a15d93c7a1162d30c129e0dc76cd1b66f94 (patch) | |
tree | 0b36c249eb31684a3f0338eadbbf3f0b544bc939 /restapi-call-node/provider/src/test/resources/sdwan-site.json | |
parent | 99931b9cae6e0e02cf54060ac0f1199aad92537a (diff) |
Add mandatory empty construct to json template
Restapicallnode remove empty parameter from json template,
if template mandates empty parameter to be present then it
should not be removed.
Change-Id: I075e0858f956eb3aff87d2a7387b55caa3310568
Issue-ID: CCSDK-607
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Diffstat (limited to 'restapi-call-node/provider/src/test/resources/sdwan-site.json')
-rw-r--r-- | restapi-call-node/provider/src/test/resources/sdwan-site.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/restapi-call-node/provider/src/test/resources/sdwan-site.json b/restapi-call-node/provider/src/test/resources/sdwan-site.json new file mode 100644 index 00000000..238ec764 --- /dev/null +++ b/restapi-call-node/provider/src/test/resources/sdwan-site.json @@ -0,0 +1,10 @@ +{ + "sites": [ + { + "name": ${prop.name}, + "controlPoints": [] + } + ] +} + + |