diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2019-11-27 14:25:54 +0200 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2019-11-28 09:04:41 +0200 |
commit | d366b643176e92a701107e81a2fe8839ec2b6d32 (patch) | |
tree | 2fef5b53aaeffeee108b6ef21df745add8cd63ba /vid-app-common/src | |
parent | dca4dd56b599c7ae44f8f256bd8ca8e8e05895f2 (diff) |
update supplementaryFileContent at onSubmit of VfModule upgrade
Issue-ID: VID-603
Change-Id: I7fac657454de7a6d3674708c956eb099c11ad2ea
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Diffstat (limited to 'vid-app-common/src')
-rw-r--r-- | vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json b/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json index e7a640599..748b5f267 100644 --- a/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json +++ b/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json @@ -60,7 +60,10 @@ "platformName": null, "trackById": "b0732bed-3ddf-43cc-b193-7f18db84e476", "isBase": true, - "volumeGroupName": null + "volumeGroupName": null, + "supplementaryFile": null, + "supplementaryFile_hidden": null, + "supplementaryFile_hidden_content" : null } } }, |