CCSDK-3480 Allow empty variables. 76/124676/1
authorOleg Mitsura <oleg.mitsura@amdocs.com>
Tue, 5 Oct 2021 00:43:47 +0000 (20:43 -0400)
committerOleg Mitsura <oleg.mitsura@amdocs.com>
Tue, 5 Oct 2021 00:52:06 +0000 (20:52 -0400)
commit3ed7d5863ec628ff02943c353d352646a71dbd5e
treee547c972f74cb26eda084bf221526d78e4e27a56
parenta66d29f4ba5f5d5636f3de84ab184dad844f027b
CCSDK-3480 Allow empty variables.

Issue-ID: CCSDK-3480

Empty variables should be allowed, else they will not be
found in MDSAL at a later time. Current RestapiCallNode removes
them.

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I22167fa9dbdef37fa70dc42c03799a05d5c38705
plugins/restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/RestapiCallNode.java