From 1df91a571e683fa069a4968954dc7dcc61467145 Mon Sep 17 00:00:00 2001 From: Alexey Sandler Date: Wed, 4 Dec 2019 16:10:34 +0200 Subject: 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 Change-Id: Id3bfd705015270352aef674d2119fc77838a3ddb Signed-off-by: Alexey Sandler --- .../jsons/instantiationTemplates/templates__instance_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates') 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, -- cgit 1.2.3-korg