diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-07-31 10:26:39 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-07-31 13:31:33 +0300 |
commit | 0d37e2c3db490fac0b7b7e53612dbf9450bb2841 (patch) | |
tree | 97ad033436b51d2fb98a277086ab277e224912cc /vid-app-common/src/test/resources/payload_jsons | |
parent | 5efec2c3cfcead17394beb825200e132f827eb31 (diff) |
Handle A&AI Service-Tree and add tests
Issue-ID: VID-378
Change-Id: Id1b86b77732768f9b497e2fcd29ee1665381ac57
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/test/resources/payload_jsons')
-rw-r--r-- | vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_deletion_request.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_deletion_request.json b/vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_deletion_request.json index 55a57e195..c8d095949 100644 --- a/vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_deletion_request.json +++ b/vid-app-common/src/test/resources/payload_jsons/bulk_alacarte_service_deletion_request.json @@ -12,8 +12,8 @@ "requestorId": "az2016" }, "requestParameters": { - "testApi": "VNF_API", - "aLaCarte": true + "testApi": [TEST_API], + "aLaCarte": [IS_ALACARTE] } } }
\ No newline at end of file |