diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-09-26 16:34:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-26 16:34:50 +0000 |
commit | 38ba6377d605cce14275ccc3973d8abe7ffb3abc (patch) | |
tree | 0ff16022d269e2c9337750a672a5aec99cc18d00 /bpmn/MSOCommonBPMN/src/test/resources | |
parent | 0bc6a8ae47eee8bc017a64ad7474a1d085cfa21c (diff) | |
parent | 641412584427fb9ed7eed0f340dcfb2a12726c79 (diff) |
Merge "Changed the object mapper to ignore unknown fields"
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/resources')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/FlowsToExecute.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/FlowsToExecute.json b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/FlowsToExecute.json index fa271b9e8d..7bbc287bad 100644 --- a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/FlowsToExecute.json +++ b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/FlowsToExecute.json @@ -58,7 +58,8 @@ "vnfResourceCustomizationUUID": "a80f05b8-d651-44af-b999-8ed78fb4582f", "cvnfcCustomizationUUID": "69cce457-9ffd-4359-962b-0596a1e83ad1", "vnfcName": "zauk51bmcmr01mcm001" - } + }, + "resume": null }, { "buildingBlock": { |