aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates
diff options
context:
space:
mode:
authorAlexey Sandler <alexey.sandler@intl.att.com>2019-12-04 16:10:34 +0200
committerAlexey Sandler <alexey.sandler@intl.att.com>2019-12-04 16:16:25 +0200
commit1df91a571e683fa069a4968954dc7dcc61467145 (patch)
tree7a95d76ea17d56cf11fa046739f42c7f9289d3ca /vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates
parent74f309f00ee86d768378573598cb9c338fffbd9f (diff)
Extract subscriber-name only when it is not defined
This solves the Recreate issue when subscriber-name is already provided by the template, but Redux is not populated with `service.subscribers`. Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Id3bfd705015270352aef674d2119fc77838a3ddb Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates')
-rw-r--r--vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json
index d94dbd39d..85f8582ab 100644
--- a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json
+++ b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json
@@ -1,5 +1,5 @@
{
- "action": "None_Create",
+ "action": "Create",
"instanceName": "vProbe_NC_Service_DG_new_SI",
"productFamilyId": null,
"lcpCloudRegionId": null,