diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-08-17 11:31:31 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-08-17 16:59:00 +0000 |
commit | 1f7c6cccdd3a9544a7760db9a305403def4e5365 (patch) | |
tree | b45870b71388d38e1c59084c1f93308ce10e9201 /common-be/src/test/resources | |
parent | 7c61c7bb0369bc27d05c8801c8cb0cca41e494bf (diff) |
Fix 'Tosca Function get_input in Properties Assignment error'-bug
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: If404b777b7be312d7f51c3d27905af898eb74eb6
Issue-ID: SDC-4598
Diffstat (limited to 'common-be/src/test/resources')
-rw-r--r-- | common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json b/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json index 81ae571c01..611b3e9c3c 100644 --- a/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json +++ b/common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json @@ -3,16 +3,21 @@ "name": "custom_function_get_input_type", "parameters": [ { - "propertyUniqueId": "dd0ec4d2-7e74-4d92-af2f-89c7436baa63.controller_actor", - "propertyName": "controller_actor", + "propertyUniqueId": "dd0ec4d2-7e74-4d92-af2f-89c7436baa63.pLMNInfoList", + "propertyName": "pLMNInfoList", "propertySource": "SELF", "sourceUniqueId": "dd0ec4d2-7e74-4d92-af2f-89c7436baa63", "sourceName": "testService", "functionType": "GET_INPUT", "propertyPathFromSource": [ - "controller_actor" + "pLMNInfoList" ], - "type": "GET_INPUT" + "type": "GET_INPUT", + "toscaIndexList": [ + "1", + "snssai", + "sd" + ] } ] -}
\ No newline at end of file +} |